Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |