Share via


CompositionSurfaceBrush.CenterPoint 속성

정의

브러시가 회전 및 크기 조정되는 지점입니다.

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

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

속성 값

Vector2 Vector2

float2

브러시가 회전 및 크기 조정되는 지점입니다.

Windows 요구 사항

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

적용 대상