PointF.Y 속성

정의

PointF의 y좌표를 가져오거나 설정합니다.

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

속성 값

Single

PointF의 y좌표입니다.

적용 대상