ManipulationPivot.Center 속성

정의

회전 조작의 중심점을 가져오거나 설정합니다.

public:
 property Point Center { Point get(); void set(Point value); };
Point Center();

void Center(Point value);
public Point Center { get; set; }
var point = manipulationPivot.center;
manipulationPivot.center = point;
Public Property Center As Point

속성 값

회전 조작의 중심점입니다.

적용 대상

추가 정보