Home |All Classes |Grouped Classes |Index |Search

Function CL_Rect

	CL_Rect::CL_Rect();

	CL_Rect::CL_Rect(
		const CL_Size & s);

	CL_Rect::CL_Rect(
		const CL_Sized & s);

	CL_Rect::CL_Rect(
		const CL_Rectf & rect);

	CL_Rect::CL_Rect(
		const CL_Rectd & rect);

	CL_Rect::CL_Rect(
		int new_left,
		int new_top,
		int new_right,
		int new_bottom);

	CL_Rect::CL_Rect(
		const CL_Point & p,
		const CL_Size & size);

	CL_Rect::CL_Rect(
		const CL_Rect & rect);