Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / CreateClipRegion Method / CreateClipRegion(IPath) Method
The path to create the clip region from.

In This Topic
    CreateClipRegion(IPath) Method
    In This Topic
    Creates a clip region from a graphics path.

    Use PushClip(IClipRegion) and PopClip to set/remove clipping.

    Syntax
    'Declaration
     
    Public Overloads Function CreateClipRegion( _
       ByVal graphicsPath As IPath _
    ) As IClipRegion
    public IClipRegion CreateClipRegion( 
       IPath graphicsPath
    )

    Parameters

    graphicsPath
    The path to create the clip region from.

    Return Value

    The created clip region.
    See Also