'Declaration Public Overloads Function PushClip( _ ByVal clipPath As IPath _ ) As GcGraphics.Clip
public GcGraphics.Clip PushClip( IPath clipPath )
Parameters
- clipPath
- The IPath object defining clipping area.
Return Value
The GcGraphics.Clip object that removes the clipping when disposed.