Rectangle.Bottom 属性
定义
public:
property int Bottom { int get(); };
[System.ComponentModel.Browsable(false)]
public int Bottom { get; }
public int Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : int
member this.Bottom : int
Public ReadOnly Property Bottom As Integer
属性值
此 Rectangle 的 Y 与 Height 之和的 y 坐标。The y-coordinate that is the sum of Y and Height of this Rectangle.
- 属性
注解
属性的值 Bottom 表示中未包含的的下边缘第一个点的 y 坐标 Rectangle Rectangle 。The value of the Bottom property represents the y-coordinate of the first point at the bottom edge of the Rectangle that is not contained in the Rectangle.