D2D_POINT_2L structure
The D2D_POINT_2L structure defines the x- and y- coordinates of a point.
Syntax
typedef struct POINT {
LONG x;
LONG y;
} D2D_POINT_2L;
Members
x
Type: LONGThe x-coordinate of the point.
y
Type: LONGThe y-coordinate of the point.
Remarks
D2D_POINT_2L is type defined from a POINT structure.
typedef POINT D2D_POINT_2L;
Requirements
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
Header |
D2DBaseTypes.h (include D2d1.h) |