Fovia C++ In-Process API
|
Public Member Functions | |
SIZE & | operator= (const SIZE &r) |
SIZE (const SIZE &r) | |
Public Attributes | |
signed int | cx |
signed int | cy |
Object that describes the 2D integer size of something.
signed int SIZE::cx |
Width.
Referenced by RENDER_PARAMS::CombineWith().
signed int SIZE::cy |
Height.
Referenced by RENDER_PARAMS::CombineWith().