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

Creates a SizeF object and initializes its members by copying the members of another SizeF object.

Syntax

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

Parameters

[in, ref] size

Type: const SizeF

Reference to a SizeF object that is used to initialize this SizeF 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

SizeF

SizeF Constructors