NevronOpenVision
Nevron.Nov.Graphics Namespace / NRectangle Structure


NRectangle Structure Properties

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

Public Properties
 NameDescription
Public PropertyObtains the rectangle area (Width * Height).  
Public PropertyGets the bottom side of the rectangle  
Public PropertyGets the bottom center point  
Public PropertyGets the minimal enclosing rectangle  
Public Property  
Public PropertyGets the rectangle center  
Public PropertyGets the X center  
Public PropertyGets the X 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 PropertyIndicates whether all fields of the rectangle are defined, i.e. whether X, Y, Width and Height are all different from Double.NaN.  
Public PropertyGets the left side of the rectangle  
Public PropertyGets the rectangle left bottom corner  
Public PropertyGets the left center point  
Public PropertyGets or sets the rectangle left-top corner (location)  
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 right center point  
Public PropertyGets the rectangle right top corner  
Public PropertyGets or sets the size of this rectangle  
Public PropertyGets the top side of the rectangle  
Public PropertyGets the top center point  
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
Protected Properties
 NameDescription
Internal Property  
Internal Property  
Top
See Also