All Classes |Grouped Classes |Index

Function shrink

Shrink the rectangle.

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

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

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