다음을 통해 공유


CompositionClip.CenterPoint 속성

정의

회전 또는 크기 조정이 발생하는 지점입니다.

public:
 property float2 CenterPoint { float2 get(); void set(float2 value); };
float2 CenterPoint();

void CenterPoint(float2 value);
public Vector2 CenterPoint { get; set; }
var vector2 = compositionClip.centerPoint;
compositionClip.centerPoint = vector2;
Public Property CenterPoint As Vector2

속성 값

Vector2 Vector2

float2

회전 또는 크기 조정이 발생하는 지점입니다. 값은 클립이 적용된 시각적 개체의 로컬 좌표 공간 내에서 픽셀 단위입니다.

기본적으로 클립의 CenterPoint 값은 (0, 0)입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상

추가 정보