MindFusion.Wpf Pack Programmer's Guide
AnchorPoint.Draw Method
See Also
 





Renders the anchor point.

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

 Syntax

C#  Copy Code

protected virtual void Draw (
    DrawingContext graphics,
    Rect nodeRect,
    double markSize,
    Diagram diagram,
    DrawAnchorPointEventArgs customDrawArgs
)

Visual Basic  Copy Code

Protected Overridable Sub Draw( _
    graphics As DrawingContext, _
    nodeRect As Rect, _
    markSize As Double, _
    diagram As Diagram, _
    customDrawArgs As DrawAnchorPointEventArgs _
)

 Parameters

graphics

nodeRect

markSize

diagram

customDrawArgs

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming.Wpf Namespace