GraphicsUnit enumeration

GraphicsUnit enumeration

Specifies the unit of measure for the given data.

The GraphicsUnit type exposes the following members:

Fields

FieldDescription
WORLDSpecifies the world coordinate system unit as the unit of measure.
DISPLAYSpecifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers.
PIXELSpecifies a device pixel as the unit of measure.
POINTSpecifies a printer’s point (1/72 inch) as the unit of measure.
INCHSpecifies the inch as the unit of measure.
DOCUMENTSpecifies the document unit (1/300 inch) as the unit of measure.
MILLIMETERSpecifies the millimeter as the unit of measure.

See Also