[]
Specifies the unit of measure the provided data is in.
[Obsolete("This is not used anywhere, and should be removed")]
[CLSCompliant(true)]
public enum GraphicsUnitEx
Name | Description |
---|---|
Display | Specifies the unit of measure is 1/75 inch |
Document | Specifies the unit of measure is the document unit (1/300 inch) |
Inch | Specifies the unit of measure is an inch. |
Millimeter | Specifies the unit of measure is a millimeter |
Pixel | Specifies the unit of measure is the device pixel. |
Point | Specifies the unit of measure is a printer's point (1/72 inch) |
World | Specifies the unit of measure is the world unit. |