MindFusion.Wpf Pack Programmer's Guide
ShapeLibrary.MakeImagesRelativeTo Method
See Also
 





Makes image locations relative to specified shape library path.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void MakeImagesRelativeTo (
    string shapeLibraryPath
)

Visual Basic  Copy Code

Public Sub MakeImagesRelativeTo( _
    shapeLibraryPath As String _
)

 Parameters

shapeLibraryPath

The path that contains the shape library.

 Remarks

This method is supposed to be called before serialization, so that the shape library can be moved/distributed.

 See Also

ShapeLibrary Members
ShapeLibrary Class
MindFusion.Diagramming.Wpf Namespace