Click or drag to resize

SvgRendererFromGraphics Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new SvgRenderer from the specified Graphics.

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

Parameters

graphics
Type: System.DrawingGraphics
The Graphics to create the renderer from.

Return Value

Type: SvgRenderer
See Also