D2D1_POINT_2U

Represents an x-coordinate and y-coordinate pair in two-dimensional space.

typedef D2D_POINT_2U D2D1_POINT_2U;

Remarks

Points in Direct2D are represented by the D2D1_POINT_2F or D2D1_POINT_2U structures. Both contain an x-coordinate and y-coordinate pair in two-dimensional space. The D2D1_POINT_2F structure stores the coordinates as FLOAT values, and the D2D1_POINT_2U structure stores them as UINT32 values.

D2D1_POINT_2U is a new name for the already defined type D2D_POINT_2U.

Requirements

Requirement Value
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)

See also

D2D_POINT_2U

D2D_POINT_2F