D2D_POINT_2U structure
Represents an x-coordinate and y-coordinate pair, expressed as an unsigned 32-bit integer value, in two-dimensional space.
Syntax
struct D2D_POINT_2U {
UINT32 x;
UINT32 y;
};
Members
- x
-
Type: UINT32
-
The x-coordinate value of the point.
- y
-
Type: UINT32
-
The y-coordinate value of the point.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|