RectangleF.Bottom 属性

定义

获取 y 坐标,该坐标是此 RectangleF 结构的 YHeight 之和。

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 坐标,该坐标是此 Y 结构的 HeightRectangleF 之和。

属性

注解

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

适用于