Comprehensive Guide for Developers: Features, Integration, and API Reference
Public Member Functions | |
| SizeF (const SizeF &that)=default | |
| SizeF (float width_, float height_) | |
| SizeF (const PDSizeF &that) | |
| SizeF (const PDSizeI &sizei) | |
| SizeI | Round () const |
| SizeI | Floor () const |
| SizeI | Ceil () const |
| bool | Equals (const SizeF &that, const float eps=Math::EPSILON) const |
| bool | operator== (const SizeF &that) const |
| bool | operator!= (const SizeF &that) const |
| float | GetArea () const |
| bool | IsAreaEmpty () const |
Additional Inherited Members | |
Public Attributes inherited from PDSizeF | |
| float | width |
| float | height |