Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed8bppBitmap Class / Clip Method
Clipping rectangle of the source image to be extracted as a new Indexed8bppBitmap.

In This Topic
    Clip Method (Indexed8bppBitmap)
    In This Topic
    Creates a new Indexed8bppBitmap with a fragment of the image.
    Syntax
    'Declaration
     
    Public Function Clip( _
       ByVal rect As System.Drawing.Rectangle _
    ) As Indexed8bppBitmap
    public Indexed8bppBitmap Clip( 
       System.Drawing.Rectangle rect
    )

    Parameters

    rect
    Clipping rectangle of the source image to be extracted as a new Indexed8bppBitmap.
    See Also