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 座標。

屬性

適用於