Fill sets all colors of the selected area with specified color. Works only with black/white images

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Fill(
	int fillColor
)
Public Sub Fill ( _
	fillColor As Integer _
)
public:
void Fill(
	int fillColor
)

Parameters

fillColor
Int32
the fill color. Can be 0 or 1.

See Also