PaintMark paints a pixel of Color every Frequency pixels, over the selected area.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void PaintMark(
	int frequency,
	IERGB color
)
Public Sub PaintMark ( _
	frequency As Integer, _
	color As IERGB _
)
public:
void PaintMark(
	int frequency, 
	IERGB color
)

Parameters

frequency
Int32
The frequency in pixels.
color
IERGB
Color used to mark.

See Also