System::Drawing::Drawing2D::CoordinateSpace enum
CoordinateSpace enum
Specifies how to evaluate coordinates.
enum class CoordinateSpace
Values
Name | Value | Description |
---|---|---|
World | 0 | The coordinates are in the world coordinate context. |
Page | 1 | The coordinates are in the page coordinate context. |
Device | 2 | Specifies that coordinates are in the device coordinate context. |
See Also
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++