PaintPenMarker emulates a pen marker over the image (that must be in true color).

PaintPenMarker doesn’t save the previous image into an Undo buffer.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void PaintPenMarker(
	int x,
	int y,
	int width,
	IERGB color,
	IERGB background,
	int tolerance
)
Public Sub PaintPenMarker ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	color As IERGB, _
	background As IERGB, _
	tolerance As Integer _
)
public:
void PaintPenMarker(
	int x, 
	int y, 
	int width, 
	IERGB color, 
	IERGB background, 
	int tolerance
)

Parameters

x
Int32
Horizontal position (bitmap coordinate).
y
Int32
Vertical position (bitmap coordiante).
width
Int32
Width specifies the size of the circle.
color
IERGB
Replacement color.
background
IERGB
BackgroundColor is the background color to change, replaced with Color.
tolerance
Int32
Tolerance is the maximum difference from BackgroundColor to allow drawing the marker.

See Also