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

In This Topic
    PushClip(RectangleF,RectangleF) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function PushClip( _
       ByVal clipRect As System.Drawing.RectangleF, _
       ByVal containerRect As System.Drawing.RectangleF _
    ) As GcGraphics.Clip
    public GcGraphics.Clip PushClip( 
       System.Drawing.RectangleF clipRect,
       System.Drawing.RectangleF containerRect
    )

    Parameters

    clipRect
    containerRect
    See Also