System.Drawing.Drawing2D.CoordinateSpace Enumeration

Specifies the system to use when evaluating coordinates.

Syntax

public enum CoordinateSpace

Remarks

Documentation for this section has not yet been entered.

Members

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 System.Drawing.Graphics.PageUnit property, and must be one of the elements of the System.Drawing.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
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0