IRectangleListManager.PushClipping (METH)ΒΆ

METHOD PushClipping

This method intersects the current clipping region used for the rectangles with the given rectangle. Please remark that the given rectangle must not be transformed yet. Of course there must be a matching call to PopClipping Typically the clipping methods are called when necessary in the following order:

PushClipping // set the clipping rectangle if necessary

PushTransformation // set the transformation for the inner elements

ForwardCall // forward the rectangle collection to the inner elements

PopTransformation PopClipping

InOut:

Scope

Name

Type

Input

rect

VisuStructSimpleRectangle