All Classes |Grouped Classes |Index

Function shrink

Shrink the rectangle.

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

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

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