[]
Specifies the unit of measure for the given data. It is a cross-platform version of System.Drawing.GraphicsUnit.
public enum GraphicsUnit
| Name | Description |
|---|---|
| Display | The display unit. |
| Document | The document unit. |
| Inch | The inch unit. |
| Millimeter | The millimetr unit. |
| Pixel | The pixel unit. |
| Point | The point unit. |
| World | The word unit. |