Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GrayscaleBitmap Class / Clear Method / Clear(Int32) Method
The value (from 0 to 255) to fill the image.

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

    Parameters

    value
    The value (from 0 to 255) to fill the image.
    See Also