The VectorRectangle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains | Returns whether the current VectorRectangle contains the specified point. | |
| ConvertUnits | Converts the vector from one specified measure units to another. | |
| Divide | Implements division by given scalar value. | |
| Equals | Overridden. See Equals(Object). (Overrides ValueType..::.Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDistance | Returns the distance between the current VectorRectangle object and the given point. | |
| GetHashCode | Overridden. See GetHashCode()()(). (Overrides ValueType..::.GetHashCode()()().) | |
| GetPositiveRectangle | Returns a new VectorRectangle instance with the geometry identical to the current instance and with positive width and height values. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Intersect | Returns a new VectorRectangle instance that is an intersection of the two specified VectorRectangle objects. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Multiply | Implements multiplication by given scalar value. | |
| Quant | Aligns the current VectorRectangle instance using the specified grid steps. | |
| QuantX | Aligns the current VectorRectangle instance horizontally using the specified grid x-step. | |
| QuantY | Aligns the current VectorRectangle instance vertically using the specified grid y-step. | |
| ToString | Overridden. See ToString()()(). (Overrides ValueType..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Addition | ||
| BitwiseAnd | ||
| BitwiseOr | ||
| Division | ||
| Equality | ||
| Explicit | ||
| Implicit | Overloaded. | |
| Inequality | ||
| Multiply | ||
| Subtraction |