EmfPlusUnitType

EmfPlusUnitType enumeration

The UnitType enumeration defines units of measurement in different coordinate systems.

public enum EmfPlusUnitType

Values

NameValueDescription
UnitTypeWorld0Specifies a unit of logical distance within the world space.
UnitTypeDisplay1Specifies a unit of distance based on the characteristics of the physical display. For example, if the display device is a monitor, then the unit is 1 pixel.
UnitTypePixel2Specifies a unit of 1 pixel.
UnitTypePoint3Specifies a unit of 1 printer’s point, or 1/72 inch.
UnitTypeInch4Specifies a unit of 1 inch.
UnitTypeDocument5Specifies a unit of 1/300 inch.
UnitTypeMillimeter6Specifies a unit of 1 millimeter.

See Also