Point2L function (d2d1_1helper.h)
Returns a point struct of long integers.
Syntax
D2D1_POINT_2L Point2L(
INT32 x,
INT32 y
);
Parameters
x
Type: INT32
The x-coordinate of the point.
y
Type: INT32
The y-coordinate of the point.
Return value
Type: D2D1_POINT_2L
A POINT structure that defines the x- and y- coordinates of a point.
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] |
Target Platform | Windows |
Header | d2d1_1helper.h |
Library | D2d1.lib |
DLL | D2d1.dll |