Click or drag to resize

diaShapeGetSVG Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the SVG document that represents Dia shape, attached to the shape definition

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgDocument GetSVG(
	cssEntryDefinition defaultStyle = null
)
Request Example View Source

Parameters

defaultStyle (Optional)
Type: imbSCI.Core.style.csscssEntryDefinition
The default style.

Return Value

Type: SvgDocument
See Also