다음을 통해 공유


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

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

적용 대상