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

属性值

Int32

Rectangle 结构左边缘的 x 坐标。

属性

适用于