Search
SvgImporter.Import Method
See Also
 





Imports the specified SVG file into the specified Diagram.

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Svg

 Syntax

C#  Copy Code

public void Import (
    string filePath,
    Diagram diagram
)

Visual Basic  Copy Code

Public Sub Import( _
    filePath As String, _
    diagram As Diagram _
)

 Parameters

filePath

A string specifying the path to the .svg file.

diagram

A Diagram into which to import the SVG drawing.

 See Also