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

In This Topic
    PushClip(IPath) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function PushClip( _
       ByVal clipPath As IPath _
    ) As GcGraphics.Clip
    public GcGraphics.Clip PushClip( 
       IPath clipPath
    )

    Parameters

    clipPath
    See Also