ClanSoft logo
ClanSoft logo

    CL_Target::push_clip_rect

Syntax

virtual void push_clip_rect(const CL_ClipRect &rect);

Parameters

rect-The new clipping rectangle to be clipped with the current cliprect and then used.

Description

Pushes the current clipping rectangle onto the cliprect stack. It then clips the passed rectangle rect with the current one, and uses the result as the new clipping rect.


Back to index



This page was built using the Perceps documentation system.