Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
CoordinateSpaceWorldSpecifies the world coordinate space. |
CoordinateSpacePageSpecifies the page coordinate space. |
CoordinateSpaceDeviceSpecifies 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) |