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. |