Rectangle Properties
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Drawing Namespace
Rectangle Structure
Rectangle Properties
Bottom Property
Height Property
IsEmpty Property
Left Property
Location Property
Right Property
Size Property
Top Property
Width Property
X Property
Y Property
Rectangle Structure
Rectangle Members
Rectangle Constructor
Rectangle Fields
Rectangle Methods
Rectangle Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Rectangle Properties
The
Rectangle
type exposes the following members.
Properties
Name
Description
Bottom
Gets the y-coordinate that is the sum of the
Y
and
Height
property values of this
Rectangle
structure.
Height
Gets or sets the height of this
Rectangle
structure.
IsEmpty
Tests whether all numeric properties of this
Rectangle
have values of zero.
Left
Gets the x-coordinate of the left edge of this
Rectangle
structure.
Location
Gets or sets the coordinates of the upper-left corner of this
Rectangle
structure.
Right
Gets the x-coordinate that is the sum of
X
and
Width
property values of this
Rectangle
structure.
Size
Gets or sets the size of this
Rectangle
.
Top
Gets the y-coordinate of the top edge of this
Rectangle
structure.
Width
Gets or sets the width of this
Rectangle
structure.
X
Gets or sets the x-coordinate of the upper-left corner of this
Rectangle
structure.
Y
Gets or sets the y-coordinate of the upper-left corner of this
Rectangle
structure.
Top
See Also
Reference
Rectangle Structure
System.Drawing Namespace
Tags :