SvgImageItemInitialize Method
Initialize the image information from an open HTML document.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public void Initialize(
HtmlDocument document,
int curveVertexCount = 50
)
Public Sub Initialize (
document As HtmlDocument,
Optional curveVertexCount As Integer = 50
)
No code example is currently available or this language may not be supported.
Parameters
- document HtmlDocument
-
Reference to the HTML document used to back this image.
- curveVertexCount Int32 (Optional)
-
Count of vertices to apply per curve.