CoordinateSpace enumeration (gdiplusenums.h)

The CoordinateSpace enumeration specifies coordinate spaces. This enumeration is used by the Graphics::TransformPoints method, which converts points from one coordinate space to another. For more information about coordinate spaces, see Types of Coordinate Systems.

Syntax

typedef enum CoordinateSpace {
  CoordinateSpaceWorld,
  CoordinateSpacePage,
  CoordinateSpaceDevice
} ;

Constants

 
CoordinateSpaceWorld
Specifies the world coordinate space.
CoordinateSpacePage
Specifies the page coordinate space.
CoordinateSpaceDevice
Specifies the device coordinate space.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header gdiplusenums.h (include Gdiplus.h)

See also

Graphics::TransformPoints