Search
ShapeLibrary.LoadFrom Method
See Also
 






Loads a shape library from the specified straem.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static ShapeLibrary LoadFrom (
    Stream stream
)

Visual Basic  Copy Code

Public Shared Function LoadFrom( _
    stream As Stream _
) As ShapeLibrary

 Parameters

stream

The name of the file that contains the shape library.

 Return Value

An instance of the ShapeLibrary class whose Shapes array contains the loaded shape definitions.

 See Also