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

In This Topic
    CreateClipRegion(RectangleF) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function CreateClipRegion( _
       ByVal bounds As System.Drawing.RectangleF _
    ) As IClipRegion
    public IClipRegion CreateClipRegion( 
       System.Drawing.RectangleF bounds
    )

    Parameters

    bounds
    See Also