Clear current image

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Clear(
	IERGB fillColor,
	int width,
	int height
)
Public Sub Clear ( _
	fillColor As IERGB, _
	width As Integer, _
	height As Integer _
)
public:
void Clear(
	IERGB fillColor, 
	int width, 
	int height
)

Parameters

fillColor
IERGB
Filling color
width
Int32
Required image width
height
Int32
Required image height

See Also