Initializes a new instance of the ControlPointEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ControlPointEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The ShapeControlPoint used to modify the node's shape.
A ShapeFormulaParam specifying the original position of the control point.
A ShapeFormulaParam specifying the new position of the control point.
See Also