Share via


ElementAnimator.HasBoundsChangeAnimationCore メソッド

定義

protected:
 virtual bool HasBoundsChangeAnimationCore(UIElement ^ element, AnimationContext context, Rect oldBounds, Rect newBounds) = HasBoundsChangeAnimationCore;
/// [Windows.Foundation.Metadata.Experimental]
bool HasBoundsChangeAnimationCore(UIElement const& element, AnimationContext const& context, Rect const& oldBounds, Rect const& newBounds);
[Windows.Foundation.Metadata.Experimental]
protected virtual bool HasBoundsChangeAnimationCore(UIElement element, AnimationContext context, Rect oldBounds, Rect newBounds);
Protected Overridable Function HasBoundsChangeAnimationCore (element As UIElement, context As AnimationContext, oldBounds As Rect, newBounds As Rect) As Boolean

パラメーター

element
UIElement
oldBounds
Rect
newBounds
Rect

戻り値

Boolean

bool

属性

適用対象