RectangleF Properties

 

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

NameDescription
System_CAPS_pubpropertyBottom

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

System_CAPS_pubpropertyHeight

Gets or sets the height of this RectangleF structure.

System_CAPS_pubpropertyIsEmpty

Tests whether the Width or Height property of this RectangleF has a value of zero.

System_CAPS_pubpropertyLeft

Gets the x-coordinate of the left edge of this RectangleF structure.

System_CAPS_pubpropertyLocation

Gets or sets the coordinates of the upper-left corner of this RectangleF structure.

System_CAPS_pubpropertyRight

Gets the x-coordinate that is the sum of X and Width of this RectangleF structure.

System_CAPS_pubpropertySize

Gets or sets the size of this RectangleF.

System_CAPS_pubpropertyTop

Gets the y-coordinate of the top edge of this RectangleF structure.

System_CAPS_pubpropertyWidth

Gets or sets the width of this RectangleF structure.

System_CAPS_pubpropertyX

Gets or sets the x-coordinate of the upper-left corner of this RectangleF structure.

System_CAPS_pubpropertyY

Gets or sets the y-coordinate of the upper-left corner of this RectangleF structure.

Return to top
Show: