Version

Rectangle Structure Properties

For a list of all members of this type, see Rectangle members.

Public Properties
 NameDescription
Public PropertyBottomReturns the y-coordinate of the bottom edge of this rectangle.  
Public Propertystatic (Shared in Visual Basic)EmptyReturns a Rectangle with the X, Y, Width, and Height properties initialized to zero.  
Public PropertyHeightReturns or sets the height of this rectangle.  
Public PropertyIsEmptyReturns a boolean value indicating whether this rectangle is empty.  
Public PropertyLeftReturns the x-coordinate of the left edge of this rectangle.  
Public PropertyRightReturns the x-coordinate of the right edge of this rectangle.  
Public PropertyTopReturns the y-coordinate of the top edge of this rectangle.  
Public PropertyWidthReturns or sets the width of this rectangle.  
Public PropertyXReturns or sets the x-coordinate of the upper-left coordinate of this rectangle.  
Public PropertyYReturns or sets the y-coordinate of the upper-left coordinate of this rectangle.  
See Also