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.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
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.