D2D1_POINT_2F

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
1 out of 2 rated this helpful - Rate this topic

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

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]

Header

D2DBaseTypes.h (include D2d1.h)

See also

D2D1_POINT_2U
D2D_POINT_2F

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.