Enum IGDIPlus.TGPCoordinateSpace
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(13 intermediate revisions by one user not shown) | |||
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 |
Latest revision as of 01:31, 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. |