D2D1_POINT_2F
Represents an x-coordinate and y-coordinate pair in two-dimensional space.
typedef D2D_POINT_2F D2D1_POINT_2F;
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_2F is a new name for the already defined type D2D_POINT_2F.
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 |
|