Piccolo.NET

PPaintContext.PushClip Method 

Pushes the current clip onto the clip stack and sets clip of the graphics context to the intersection of the current clip and the given clip.

public virtual void PushClip(
   Region aClip
);

Parameters

aClip
The clip to push.

Remarks

The intersection of the current local clip and the new local clip is also pushed onto the local clip stack.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility