C#
VB
C++
Represents the unit of measure for lengths and positions.
Members
Value | Member | Description |
---|---|---|
0 | Pixel | Specifies a device pixel as the unit of measure. |
1 | Display | Specifies 1/75 inch as the unit of measure. |
2 | Document | Specifies 1/300 inch as the unit of measure. |
3 | Inch | Specifies the inch as the unit of measure. |
4 | Millimeter | Specifies the millimeter (1/1000 meter) as the unit of measure. |
5 | Point | Specifies a printer's point (1/72 inch) as the unit of measure. |
6 | Feet | Specifies feet as the unit of measure. |
7 | Yard | Specifies the yard as the unit of measure. |
8 | Micrometer | Specifies the micrometer (1/1000 millimeter) as the unit of measure. |
9 | Centimeter | Specifies the micrometer (1/100 meter) as the unit of measure. |
10 | Meter | Specifies the meter as the unit of measure. |
11 | Twip | Specifies the twip (TWentIeth of a Point) as the unit of measure. |
LogicalUnit represents the unit of measure to be used in form design. LogicalUnit is used in different classes/structures such as; LogicalSize, LogicalPoint, LogicalRectangle, and LogicalLength.
For an example, refer to LogicalSize.Convert.