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++ |
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).