Enum CoordinateSpace

CoordinateSpace enumeration

Specifies the system to use when evaluating coordinates.

public enum CoordinateSpace

Values

NameValueDescription
World0Specifies that coordinates are in the world coordinate context. World coordinates are used in a nonphysical environment, such as a modeling environment.
Page1Specifies 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.
Device2Specifies that coordinates are in the device coordinate context. On a computer screen the device coordinates are usually measured in pixels.

See Also