MindFusion.Wpf Pack Programmer's Guide
DiagramNode.DrawAnchorPoints Method
See Also
 





Draws the anchor points of this node.

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

 Syntax

C#  Copy Code

public virtual void DrawAnchorPoints (
    DrawingContext graphics
)

Visual Basic  Copy Code

Public Overridable Sub DrawAnchorPoints( _
    graphics As DrawingContext _
)

 Parameters

graphics

The DrawingContext that should be used to draw the anchor points.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace