RangeT Class |
Namespace: Atalasoft.PdfDoc.Geometry
The RangeT type exposes the following members.
| Name | Description | |
|---|---|---|
| First |
Gets the first element in the range.
| |
| IsDecreasing | ||
| IsIncreasing | ||
| IsStrictlyDecreasing | ||
| IsStrictlyIncreasing | ||
| Second |
Gets the second element in the range.
|
| Name | Description | |
|---|---|---|
| Clamp(T) |
Clamps the specified value within the given range. The order of First and Second is unimportant.
| |
| Clamp(RangeT) |
Clamps the given other range to be within this range. This is done by clamping each of other.First
and other.Second to be within this range. Order is unimportant.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |