Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed8bppBitmap Class / Clear Method / Clear(Int32,Rectangle) Method
The lookup table index (from 0 to 255) to fill the image.
The target rectangle of the Indexed8bppBitmap.

In This Topic
    Clear(Int32,Rectangle) Method
    In This Topic
    Clears the Indexed8bppBitmap with the specified lookup table index (from 0 to 255).
    Syntax
    'Declaration
     
    Public Overloads Sub Clear( _
       ByVal value As System.Integer, _
       ByVal rect As System.Drawing.Rectangle _
    ) 
    public void Clear( 
       System.int value,
       System.Drawing.Rectangle rect
    )

    Parameters

    value
    The lookup table index (from 0 to 255) to fill the image.
    rect
    The target rectangle of the Indexed8bppBitmap.
    See Also