RectangleF::Bottom Property

 

Gets the y-coordinate that is the sum of Y and Height of this RectangleF structure.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property float Bottom {
	float get();
}

Property Value

Type: System::Single

The y-coordinate that is the sum of Y and Height of this RectangleF structure.

The Bottom value represents the y-coordinate of the first point at the bottom edge of the rectangle that is not contained in the rectangle.

.NET Framework
Available since 1.1
Return to top
Show: