Home |
All Classes |
Grouped Classes |
Index |
Search
CL_Size::CL_Size
  Constructs a size structure.
	CL_Size();
	CL_Size(
		int width, int height);
	CL_Size(
		const CL_Size& s);
	CL_Size(
		const CL_Sizef& s);
Parameters:
- width
 - Initial width of size structure.
 
- height
 - Initial height of size structure.
 
- size
 - Size structure to construct this one from.
 
See also:
CL_Size | CL_Sizef
Questions or comments, write to the ClanLib mailing list.