Search
FreeFormNode.AllowCreate Method
See Also
 





DiagramNode.AllowCreate override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override bool AllowCreate (
    PointF current,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Function AllowCreate( _
    current As PointF, _
    ist As InteractionState _
) As Boolean

 Parameters

current

The current mouse pointer position.

ist

An InteractionState object containing more information about the current state of the operation.

 Return Value

true to allow the creation of this node; otherwise, false.

 See Also