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
)
Public Sub PaintPenMarker ( _
	x As Integer, _
	y As Integer _
)
public:
void PaintPenMarker(
	int x, 
	int y
)

Parameters

x
Int32
Horizontal position (bitmap coordinate).
y
Int32
Vertical position (bitmap coordiante).

See Also