All Classes |Grouped Classes |Index

Function shrink

Shrink the rectangle.

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

	CL_Rectx<int >& CL_Rectx< int  >::shrink(
		const int & left_right,
		const int & top_bottom);

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