RectangleF.Left 속성

정의

RectangleF 구조체의 왼쪽 가장자리의 x좌표를 가져옵니다.

public:
 property float Left { float get(); };
[System.ComponentModel.Browsable(false)]
public float Left { get; }
public float Left { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Left : single
member this.Left : single
Public ReadOnly Property Left As Single

속성 값

Single

RectangleF 구조체의 왼쪽 가장자리의 x좌표입니다.

특성

적용 대상