Name | Description | |
---|---|---|
ImGearARTMeasurementUnit Constructor | Initializes a new instance of the ImGearARTMeasurementUnit struct. |
The following tables list the members exposed by ImGearARTMeasurementUnit.
Name | Description | |
---|---|---|
ImGearARTMeasurementUnit Constructor | Initializes a new instance of the ImGearARTMeasurementUnit struct. |
Name | Description | |
---|---|---|
Abbreviation | Gets an abbreviation of the unit. | |
AspectDenominator | Gets a denominator value, relative to PPM. | |
AspectNumerator | Gets a numerator value, relative to PPM. | |
Centimeter | Gets a predefined Centimeter measurement unit. | |
Decimeter | Gets a predefined Decimeter measurement unit. | |
Dekameter | Gets a predefined Dekameter measurement unit. | |
Foot | Gets a predefined Foot measurement unit. | |
Inch | Gets a predefined Inch measurement unit. | |
Kilometer | Gets a predefined Kilometer measurement unit. | |
Meter | Gets a predefined Meter measurement unit. | |
Micrometer | Gets a predefined Micrometer measurement unit. | |
Mile | Gets a predefined Mile measurement unit. | |
Millimeter | Gets a predefined Millimeter measurement unit. | |
Name | Gets a full name of the unit. | |
Pixel | Gets a predefined Pixel measurement unit. | |
Twip | Gets a predefined Twips measurement unit. | |
Yard | Gets a predefined Yard measurement unit. |
Name | Description | |
---|---|---|
Equals | Overrides an Equal operator. | |
Find | Finds corresponding to aspectNumerator and aspectDenominator parameters predefined measurement unit, if any. In case of no match returns instance with Name equal to "Custom", empty Abbreviation and Aspect values, initialized from input parameters aspectNumerator and aspectDenominator. | |
GetHashCode | Returns a hash code. | |
ToString | Returns a String that represents the current measurement unit. |
Equality | Returns true if its two operands are equal. |
Inequality | Returns true if its two operands are not equal. |