'宣言 Protected Overrides Sub UpdateTransform( _ ByVal container As DependencyObject, _ ByVal originalRect As Rect, _ ByVal currentRect As Rect, _ ByVal targetRect As Rect, _ ByVal offset As Vector, _ ByVal resizeFactor As Double, _ ByVal calledFromArrange As Boolean _ )
protected override void UpdateTransform( DependencyObject container, Rect originalRect, Rect currentRect, Rect targetRect, Vector offset, double resizeFactor, bool calledFromArrange )
注: 派生クラスはコンテナーの RenderTransform を更新するために、このメソッドをオーバーライドする必要があります。