Hyperrectangle Methods |
The Hyperrectangle type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
Contains |
Determines if the specified point is contained within this Hyperrectangle structure.
| |
Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Equals(Hyperrectangle) |
Indicates whether the current object is equal to another object of the same type.
| |
FromMinAndLength |
Initializes a new instance of the Hyperrectangle struct from a minimum value and a size.
| |
FromMinAndMax |
Initializes a new instance of the Hyperrectangle struct from minimum and maximum values.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetLength |
Gets the length of each dimension. The length of the first dimension
can be referred as the width, the second as the height, and so on.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IntersectsWith |
Determines if this rectangle intersects with rect.
| |
ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) | |
ToString(String, IFormatProvider) |
Returns a String that represents this instance.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToRectangle |
Convert the given hyperrectangle in to a System.Drawing.Rectangle.
(Defined by DrawingExtensions.) | |
ToRectangleF |
Convert the given hyperrectangle in to a System.Drawing.RectangleF.
(Defined by DrawingExtensions.) |