Search
AnchorPoint.Draw Method
See Also
 





Renders the anchor point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void Draw (
    IGraphics graphics,
    Rect nodeRect,
    double angle,
    Point pivot,
    DrawAnchorPointEventArgs customDrawArgs,
    double markSize
)

Visual Basic  Copy Code

Protected Overridable Sub Draw( _
    graphics As IGraphics, _
    nodeRect As Rect, _
    angle As Double, _
    pivot As Point, _
    customDrawArgs As DrawAnchorPointEventArgs, _
    markSize As Double _
)

 Parameters

graphics

nodeRect

angle

pivot

customDrawArgs

markSize

 See Also