SvgImageItem(HtmlDocument, Int32) Constructor
Create a new instance of the SvgImageItem item.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public SvgImageItem(
HtmlDocument document,
int curveVertexCount = 50
)
Public Sub New (
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 to read.
- curveVertexCount Int32 (Optional)
-
The count of vertices to place on each curve.