Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / CreateClipRegion Method / CreateClipRegion(IPath) Method

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

    Parameters

    graphicsPath
    See Also