MindFusion.Wpf Pack Programmer's Guide
RoundRectangleTemplate.UpdatePath Method
See Also
 





ElementTemplate.UpdatePath override. Appends the outline represented by the current element to the specified path.

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

 Syntax

C#  Copy Code

public override void UpdatePath (
    PathFigure figure,
    Rect mapTo
)

Visual Basic  Copy Code

Public Overrides Sub UpdatePath( _
    figure As PathFigure, _
    mapTo As Rect _
)

 Parameters

figure

The target PathFigure where this element will be added.

mapTo

A bounding rectangle to which the element's coordinates should be mapped to.

 See Also

RoundRectangleTemplate Members
RoundRectangleTemplate Class
MindFusion.Diagramming.Wpf Namespace