Fill sets all colors of the selected area with specified color. For black/white images FillColor can be only (0,0,0) for black and (255,255,255) for white.

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

Syntax

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

Parameters

fillColor
IERGB
the fill color

See Also