PointF::PointF(REAL,REAL) method (gdiplustypes.h)
Creates a PointF object using two real numbers to specify the X and Y data members.
Syntax
void PointF(
[in] REAL x,
[in] REAL y
);
Parameters
[in] x
Type: REAL
Real number that specifies the x-coordinate of the PointF object.
[in] y
Type: REAL
Real number that specifies the y-coordinate of the PointF object.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | gdiplustypes.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |