Icon Clip Method

procedure Clip

Available In: Visual Client Applications

Use this method to compute the intersection of the inside of the current path with the current clipping region and use the smaller region as the new clipping region.

Information Clipping regions cannot be enlarged, so if you only need a temporary clipping region, you should call the Save method to save the current clipping region, create the smaller clipping region, and then restore the previous clipping region by calling the Restore method.
Image