Rectangle::Bottom Property

 

Gets the y-coordinate that is the sum of the Y and Height property values of this Rectangle structure.

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

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

Property Value

Type: System::Int32

The y-coordinate that is the sum of Y and Height of this 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.

.NET Framework
Available since 1.1
Return to top
Show: