Enum IGDIPlus.TGPCoordinateSpace
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 29: | Line 29: | ||
== Description == | == Description == | ||
Defines enumeration that specifies coordinate spaces. This | Defines enumeration that specifies coordinate spaces. This | ||
− | enumeration is used by the TGPGraphics.TransformPoints | + | enumeration is used by the [[Class IGDIPlus.TGPGraphics|TGPGraphics]].TransformPoints |
method, which converts points from one coordinate space to | method, which converts points from one coordinate space to | ||
another. For more information about coordinate spaces, see | another. For more information about coordinate spaces, see |
Revision as of 17:18, 18 October 2012
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. |