Comprehensive Guide for Developers: Features, Integration, and API Reference
Public Member Functions | |
| SizeI (int width_, int height_) | |
| template<typename WT , typename HT > | |
| SizeI (WT width_, HT height_, const typename std::enable_if< std::is_integral< WT >::value &&std::is_integral< HT >::value >::type *const dummy=nullptr) | |
| SizeI (const PDSizeI &sz) | |
| bool | Equals (const SizeI &that) const |
| bool | operator== (const SizeI &that) const |
| bool | operator!= (const SizeI &that) const |
| int | GetArea () const |
| bool | IsAreaEmpty () const |
Additional Inherited Members | |
Public Attributes inherited from PDSizeI | |
| int | width |
| int | height |