System::Drawing::GraphicsUnit enum
GraphicsUnit enum
Represents a unit of measure.
enum class GraphicsUnit
Values
Name | Value | Description |
---|---|---|
World | 0 | World coordinate (non-physical unit). |
Display | 1 | The units of measure of the display device. |
Pixel | 2 | A device pixel. |
Point | 3 | A printer’s point (1/72 of an inch). |
Inch | 4 | One inch. |
Document | 5 | 1/300 of an inch. |
Millimeter | 6 | One millimeter. |
See Also
- Namespace System::Drawing
- Library Aspose.Page for C++