CoordinateSpace Enumeration

 

Specifies the system to use when evaluating coordinates.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public enum class CoordinateSpace

Member nameDescription
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 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.

.NET Framework
Available since 1.1
Return to top
Show: