次の方法で共有


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

ズーム係数の変更の中心点。

適用対象