Creates a new Shape from the current content of the design canvas.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Shape ExportShape ( |
Visual Basic
Copy Code
|
|---|
Public Function ExportShape( _ |
The shape's string identifier.
A Shape instance.
RemarksThis method converts the internal shape design representation to respective collections of ElementTemplate objects, assiged to Outline ot Decorations properties of the new Shape.
See Also