Click or drag to resize

SvgDocumentDraw Method (Graphics)

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

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

Parameters

graphics
Type: System.DrawingGraphics
The Graphics to be rendered to.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe graphics parameter cannot be null.
See Also