SetSelectedPixelsColor sets selected pixels to the specified color.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetSelectedPixelsColor(
	IERGB color
)
Public Sub SetSelectedPixelsColor ( _
	color As IERGB _
)
public:
void SetSelectedPixelsColor(
	IERGB color
)

Parameters

color
IERGB
The filling color.

See Also