PointF::PointF(constSizeF&) method (gdiplustypes.h)

Creates a PointF object using a SizeF object to specify the X and Y data members.

Syntax

void PointF(
  [in, ref] const SizeF & size
);

Parameters

[in, ref] size

Type: const SizeF

Reference to a SizeF object whose Width data member specifies the X data member of this PointF object, and whose Height data member specifies the Y data member of this 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

See also

Point

Point Constructors

PointF