Enum IGDIPlus.TGPCoordinateSpace
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 01:04, 7 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type TGPCoordinateSpace = (CoordinateSpaceWorld, CoordinateSpacePage, CoordinateSpaceDevice);
C++ Builder:
enum TGPCoordinateSpace {CoordinateSpaceWorld, CoordinateSpacePage, CoordinateSpaceDevice};
Visual C++ (MFC):
enum CTGPCoordinateSpace {CoordinateSpaceWorld, CoordinateSpacePage, CoordinateSpaceDevice};
Summary
Specifies coordinate spaces.
Description
Defines enumeration that specifies coordinate spaces. This enumeration is used by the TGPGraphics.TransformPoints method, which converts points from one coordinate space to another. For more information about coordinate spaces, see "Types of Coordinate Systems" on MSDN.
Values
CoordinateSpaceWorld | Specifies the world coordinate space. |
CoordinateSpacePage | Specifies the page coordinate space. |
CoordinateSpaceDevice | Specifies the device coordinate space. |