Click or drag to resize

StiLinePrimitiveGdiPainterDrawDot Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.DrawDot(System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Single)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void DrawDot(
	Graphics g,
	Pen pen,
	double x,
	double y,
	float size
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.DrawDot(System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Single)"]

pen
Type: System.DrawingPen

[Missing <param name="pen"/> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.DrawDot(System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Single)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.DrawDot(System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Single)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.DrawDot(System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Single)"]

size
Type: SystemSingle

[Missing <param name="size"/> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.DrawDot(System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Single)"]

See Also