Click or drag to resize

StiComponentGdiPainterPaintMarkers Method

Paints a markers specified by a Rectangle structure.

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintMarkers(
	StiComponent component,
	Graphics g,
	RectangleD rect,
	Nullable<Color> color = null
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintMarkers(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Nullable{System.Drawing.Color})"]

g
Type: System.DrawingGraphics
The Graphics to draw on.
rect
Type: Stimulsoft.Base.DrawingRectangleD
RectangleD structure that represents the rectangle to draw markers.
color (Optional)
Type: SystemNullableColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintMarkers(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Nullable{System.Drawing.Color})"]

See Also