This documentation is archived and is not being maintained.
CoordinateSpace Enumeration
.NET Framework 1.1
Specifies the system to use when evaluating coordinates.
[Visual Basic] <Serializable> Public Enum CoordinateSpace [C#] [Serializable] public enum CoordinateSpace [C++] [Serializable] __value public enum CoordinateSpace [JScript] public Serializable enum CoordinateSpace
Members
| Member name | Description |
|---|---|
| Device | Specifies that coordinates are in the device coordinate context. On a computer screen the device coordinates are usually measured in pixels. |
| Page | Specifies that coordinates are in the page coordinate context. Their units are defined by the Graphics.PageUnit property, and must be one of the elements of the GraphicsUnit enumeration. |
| World | Specifies that coordinates are in the world coordinate context. World coordinates are used in a nonphysical environment, such as a modeling environment. |
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: