Makes image locations relative to specified shape library path.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void MakeImagesRelativeTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub MakeImagesRelativeTo( _ |
The path that contains the shape library.
RemarksThis method is supposed to be called before serialization, so that the shape library can be moved/distributed.
See Also