Search
ControlPointEventArgs Constructor
See Also
 





Initializes a new instance of the ControlPointEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ControlPointEventArgs (
    ShapeControlPoint controlPoint,
    ShapeNode node,
    ShapeFormulaParam oldValue,
    ShapeFormulaParam newValue
)

Visual Basic  Copy Code

Public New ( _
    controlPoint As ShapeControlPoint, _
    node As ShapeNode, _
    oldValue As ShapeFormulaParam, _
    newValue As ShapeFormulaParam _
)

 Parameters

controlPoint

The ShapeControlPoint used to modify the node's shape.

node

The ShapeNode whose Shape has been modified.

oldValue

A ShapeFormulaParam specifying the original position of the control point.

newValue

A ShapeFormulaParam specifying the new position of the control point.

 See Also