Click or drag to resize

StiComponentPaintMarkers Method

Paints a markers specified by a Rectangle structure. This method can be used only in win version.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintMarkers(
	Graphics g,
	RectangleD rect
)

Parameters

g
Type: System.DrawingGraphics
The Graphics to draw on.
rect
Type: Stimulsoft.Base.DrawingRectangleD
RectangleD structure that represents the rectangle to draw markers.
See Also