Fovia C++ In-Process API
Public Member Functions | Public Attributes | List of all members
SIZE Struct Reference

Public Member Functions

SIZEoperator= (const SIZE &r)
 
 SIZE (const SIZE &r)
 

Public Attributes

signed int cx
 
signed int cy
 

Detailed Description

Object that describes the 2D integer size of something.

Member Data Documentation

signed int SIZE::cx

Width.

Referenced by RENDER_PARAMS::CombineWith().

signed int SIZE::cy

Height.

Referenced by RENDER_PARAMS::CombineWith().