RectangleF.Bottom 属性

定义

获取此结构的总 Y 和和的 HeightRectangleF y 坐标。

public:
 property float Bottom { float get(); };
[System.ComponentModel.Browsable(false)]
public float Bottom { get; }
public float Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : single
member this.Bottom : single
Public ReadOnly Property Bottom As Single

属性值

是此Y结构之和HeightRectangleF的 y 坐标。

属性

注解

该值 Bottom 表示矩形下边缘第一个点的 y 坐标,该点不包含在矩形中。

适用于