Search
DiagramNode.DrawAnchors Method
See Also
 





Draws the anchor points of this node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void DrawAnchors (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Overridable Sub DrawAnchors( _
    graphics As IGraphics _
)

 Parameters

graphics
The IGraphics surface to draw the anchor points on.

 See Also