ASP.NET Pack Programmer's Guide
AnchorPoint.Draw Method
See Also
 





Renders the anchor point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void Draw (
    IGraphics graphics,
    RectangleF nodeRect,
    float angle,
    PointF pivot,
    DrawAnchorPointEventArgs customDrawArgs,
    float markSize
)

Visual Basic  Copy Code

Protected Overridable Sub Draw( _
    graphics As IGraphics, _
    nodeRect As RectangleF, _
    angle As Single, _
    pivot As PointF, _
    customDrawArgs As DrawAnchorPointEventArgs, _
    markSize As Single _
)

 Parameters

graphics

nodeRect

angle

pivot

customDrawArgs

markSize

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming Namespace