SizeF.SizeF constructors

This topic lists the constructors of the SizeF class. For a complete class listing, see SizeF Class.

Overload list

Constructor Description
SizeF(SizeF&) Creates a SizeF object and initializes its members by copying the members of another SizeF object.
SizeF(REAL,REAL) Creates a SizeF object and initializes its Width and Height data members.
SizeF() Creates a SizeF object and initializes the members to zero. This is the default constructor.