Search
DrawAnchorPointEventArgs Class
See Also
 





Contains the arguments passed to the DrawAnchorPoint event handlers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class DrawAnchorPointEventArgs : EventArgs

Visual Basic  Copy Code

Public Class DrawAnchorPointEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.DrawAnchorPointEventArgs

 See Also