NevronOpenVision
Nevron.Nov.Graphics Namespace / NRectangleI Structure


NRectangleI Structure Properties

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

Public Properties
 NameDescription
Public PropertyObtains the rectangle area (width * Height)  
Public PropertyGets the bottom side of the rectangle  
Public PropertyGets the rectangle center  
Public PropertyDetermines whether the rectangle is with zero width or Height  
Public PropertyDetermines whether the rectangle is normalized (both width and height are not negative)  
Public PropertyGets the rectangle left bottom corner  
Public PropertyGets or sets the rectangle location (left-top corner)  
Public PropertyGets an array with the rectangle sides middle points  
Public PropertyObtains the rectangle perimeter (2 * width) + (2 * Height)  
Public PropertyGets the right side of the rectangle  
Public PropertyGets the rectangle right bottom corner  
Public PropertyGets the rectangle right top corner  
Public PropertyGets or sets the size of this rectangle  
Public PropertyGets an array with the rectangle vertices  
Public PropertyGets an array with the rectangle vertices and middles enumerated clockwise starting from the left-top vertex  
Top
See Also