Name | Description | |
---|---|---|
NRange2DI Constructor | Overloaded. |
The following tables list the members exposed by NRange2DI.
Name | Description | |
---|---|---|
NRange2DI 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. | |
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. | |
ToNRectangleI | Creates an NRectangle structure from this range. | |
Translate | Translates (offsets) this range with the specified amounts. | |
Union | Computes the union of this NRange2DI and the specified point. |