Name | Description | |
---|---|---|
NRange2D Constructor | Overloaded. |
The following tables list the members exposed by NRange2D.
Name | Description | |
---|---|---|
NRange2D Constructor | Overloaded. |
Name | Description | |
---|---|---|
XMax | max x coordinate | |
XMin | min x coordinate | |
YMax | max y coordinate | |
YMin | min y coordinate | |
Zero | The empty range |
Name | Description | |
---|---|---|
Height | Gets the height of the range. | |
IsEmpty | Gets if this range is empty. | |
IsNormalized | Checks whether the range is normalized | |
Width | Gets the width of the range. |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines whether the range contains the specified point | |
Equals | Overloaded. Checks whether this range is equal to the other range | |
FromTwoPoints | Overloaded. Creates a normalized 2D range from two points. | |
Inflate | Inflates this range with the specified value | |
Intersect | Calculates the intersection range of two ranges. | |
IntersectsWith | Overloaded. Determines whether this range intersects with the specified range. | |
Normalize | Ensures that xmin is less or equal to xmax and ymin is less or equal to ymax. | |
Scale | Scales this range with the specified factors. | |
ToNormalizedNRectangle | Creates a normalized NRectangle structure from this range. | |
ToNRectangle | Creates an NRectangle structure from this range. | |
Translate | Translates (offsets) this range with the specified amounts. | |
Union | Overloaded. Computes the union of this NRange2D and the specified point. |