Click or drag to resize

SvgDocumentDraw Method (SvgRenderer)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the SvgDocument to the specified SvgRenderer.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Draw(
	SvgRenderer renderer
)
Request Example View Source

Parameters

renderer
Type: SvgSvgRenderer
The SvgRenderer to render the document with.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe renderer parameter cannot be null.
See Also