SvgImageItemInitialize Method

Initialize the image information from an open HTML document.

Definition

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

Parameters

document  HtmlDocument
Reference to the HTML document used to back this image.
curveVertexCount  Int32  (Optional)
Count of vertices to apply per curve.

See Also