Enum GpUnit
GDI Plus unit description.
Namespace: Dapplo.Windows.Gdi32.Enums
Assembly: Dapplo.Windows.Gdi32.dll
Syntax
public enum GpUnit : int
Fields
Name | Description |
---|---|
UnitDisplay | Variable - for PageTransform only. |
UnitDocument | Each unit is 1/300 inch. |
UnitInch | Each unit is 1 inch. |
UnitMillimeter | Each unit is 1 millimeter. |
UnitPixel | Each unit is one device pixel. |
UnitPoint | Each unit is a printer's point, or 1/72 inch. |
UnitWorld | World coordinate (non-physical unit). |