All Classes |Grouped Classes |Index

Function expand

Expand the rectangle.

	CL_Rectx<int >& CL_Rectx< int  >::expand(
		const int & left,
		const int & top,
		const int & right,
		const int & bottom);

	CL_Rectx<int >& CL_Rectx< int  >::expand(
		const int & left_and_right,
		const int & top_and_bottom);

	CL_Rectx<int >& CL_Rectx< int  >::expand(
		const int & expand);