Click or drag to resize

StiLinePrimitiveGdiPainterAddDotToPath Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.AddDotToPath(System.Drawing.Drawing2D.GraphicsPath,System.Double,System.Double,System.Single)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void AddDotToPath(
	GraphicsPath path,
	double x,
	double y,
	float size
)

Parameters

path
Type: System.Drawing.Drawing2DGraphicsPath

[Missing <param name="path"/> documentation for "M:Stimulsoft.Report.Painters.StiLinePrimitiveGdiPainter.AddDotToPath(System.Drawing.Drawing2D.GraphicsPath,System.Double,System.Double,System.Single)"]

x
Type: SystemDouble

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

y
Type: SystemDouble

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

size
Type: SystemSingle

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

See Also