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
SyntaxC#
Copy Code
|
|---|
public class ShapeControlPoint |
Visual Basic
Copy Code
|
|---|
Public Class ShapeControlPoint |
RemarksThe component raises the ShapeModified event when users drag a shape control point.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.ShapeControlPoint
See Also