CoordinateSpace Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the system to use when evaluating coordinates.
public enum class CoordinateSpace
public enum CoordinateSpace
type CoordinateSpace =
Public Enum CoordinateSpace
- Inheritance
Fields
Name | Value | Description |
---|---|---|
World | 0 | Specifies that coordinates are in the world coordinate context. World coordinates are used in a nonphysical environment, such as a modeling environment. |
Page | 1 | 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. |
Device | 2 | Specifies that coordinates are in the device coordinate context. On a computer screen the device coordinates are usually measured in pixels. |