다음을 통해 공유


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

확대/축소 비율 변경의 중심점입니다.

적용 대상