Search
DiagramNode.CreateAnchorPointVisual Method
See Also
 






Creates a Path that represents the specified AnchorPoint.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual Path CreateAnchorPointVisual (
    AnchorPoint point
)

Visual Basic  Copy Code

Protected Overridable Function CreateAnchorPointVisual( _
    point As AnchorPoint _
) As Path

 Parameters

point

 Return Value

 See Also