CoordinateSpace

CoordinateSpace enum

Specifies how to evaluate coordinates.

enum class CoordinateSpace

Values

NameValueDescription
World0The coordinates are in the world coordinate context.
Page1The coordinates are in the page coordinate context.
Device2Specifies that coordinates are in the device coordinate context.

See Also