ElementTemplate.UpdatePath override. Appends the outline represented by the current element to the specified path.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override void UpdatePath ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub UpdatePath( _ |
The target PathFigure where this element will be added.
A bounding rectangle to which the element's coordinates should be mapped to.
See Also