Method Clear
Clear(byte)
Initialize the image data with zeroes (the default) or with the byte value given as value.
public virtual void Clear(byte value = 0)
Parameters
valuebyte
Initialize the image data with zeroes (the default) or with the byte value given as value.
public virtual void Clear(byte value = 0)
value byte