Rectangle.Left 속성

정의

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

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

속성 값

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

특성

적용 대상