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

In This Topic
    CreateClipRegion(RectangleF) Method
    In This Topic
    Creates a clip region from a rectangle.
    Syntax
    'Declaration
     
    Public Overloads Function CreateClipRegion( _
       ByVal bounds As System.Drawing.RectangleF _
    ) As IClipRegion
    public IClipRegion CreateClipRegion( 
       System.Drawing.RectangleF bounds
    )

    Parameters

    bounds
    The rectangle to create the clip region from.

    Return Value

    The created clip region.
    See Also