Manipulator2D.X 속성

정의

Manipulator2D 개체의 X 좌표를 가져오거나 설정합니다.

public:
 property float X { float get(); void set(float value); };
public float X { get; set; }
member this.X : single with get, set
Public Property X As Single

속성 값

Single

Manipulator2D 개체의 X 좌표입니다.

설명

이 속성을 설정할 때 값에는 유한 값 이어야 합니다. 이 속성의 기본값은 영 (0).

적용 대상