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





DiagramNode.DrawAnchorPoints override.

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

 Syntax

C#  Copy Code

public override void DrawAnchorPoints (
    DrawingContext graphics
)

Visual Basic  Copy Code

Public Overrides Sub DrawAnchorPoints( _
    graphics As DrawingContext _
)

 Parameters

graphics

The DrawingContext object to draw the anchor points on.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace