Share via


ScrollingZoomAnimationStartingEventArgs.CenterPoint 屬性

定義

取得縮放因數變更的中心點。

public:
 property float2 CenterPoint { float2 get(); };
float2 CenterPoint();
public Vector2 CenterPoint { get; }
var vector2 = scrollingZoomAnimationStartingEventArgs.centerPoint;
Public ReadOnly Property CenterPoint As Vector2

屬性值

Vector2 Vector2

float2

縮放因數的中心點會變更。

適用於