Custom
|
The CustomScale type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomScale | Constructor for the CustomScale class. Creates a custom print scale with the passed numerator and denominator values. |
| Name | Description | |
|---|---|---|
| Denominator | Property that represents a denominator of this custom scale. | |
| Numerator | Property that represents a numerator of this custom scale. |
| Name | Description | |
|---|---|---|
| Equals | Checks objects for equality. (Overrides ValueTypeEquals(Object)) |
|
| GetHashCode | Retrieves the object hash code. (Overrides ValueTypeGetHashCode) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| IsEqualTo(CustomScale) | Checks whether the passed object is equal to this object. | |
| IsEqualTo(CustomScale, Tolerance) | Checks whether the passed object is equal to this object according to the specified tolerance. | |
| ToString | Returns an equivalent string representation of this
object. (Overrides ValueTypeToString) |
|
| ToString(IFormatProvider) | Returns an equivalent string representation of this object. |
| Name | Description | |
|---|---|---|
| Equality(CustomScale, CustomScale) | Equality operator for the CustomScale class. Checks whether objects are equal. | |
| Inequality(CustomScale, CustomScale) | Inequality operator for the CustomScale class. Checks whether objects are not equal. |
| © Bricsys NV. All rights reserved. |