Search
ShapeControlPoint Class
Remarks See Also
 





Represents a control point that can be used to adjust the shape of a ShapeNode. Control point positions are passed as parameters to shape formulas, whose code can alter the coordinates of the shape's graphic primitives based on the parameter values.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ShapeControlPoint

Visual Basic  Copy Code

Public Class ShapeControlPoint

 Remarks

The component raises the ShapeModified event when users drag a shape control point.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.ShapeControlPoint

 See Also