SvgImageItem(HtmlDocument, Int32) Constructor

Create a new instance of the SvgImageItem item.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public SvgImageItem(
	HtmlDocument document,
	int curveVertexCount = 50
)

Parameters

document  HtmlDocument
Reference to the HTML document to read.
curveVertexCount  Int32  (Optional)
The count of vertices to place on each curve.

See Also