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

缩放因子更改的中心点。

适用于