Rectangle.Bottom 属性

定义

获取 y 坐标,该坐标是此 Rectangle 结构的 YHeight 属性值之和。Gets the y-coordinate that is the sum of the Y and Height property values of this Rectangle structure.

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

属性值

Int32

RectangleYHeight 之和的 y 坐标。The y-coordinate that is the sum of Y and Height of this Rectangle.

属性

注解

属性的值 Bottom 表示中未包含的的下边缘第一个点的 y 坐标 Rectangle RectangleThe 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.

适用于