Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed4bppBitmap Class / Clear Method / Clear(Int32) Method
The lookup table index (from 0 to 15) to fill the image.

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

    Parameters

    value
    The lookup table index (from 0 to 15) to fill the image.
    See Also