Search
ShapeAdjustmentHandle Constructor
See Also
 





Initializes a new instance of the ShapeAdjustmentHandle class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeAdjustmentHandle (
    ShapeControlPoint controlPoint,
    ShapeFormulaParam formulaParam
)

Visual Basic  Copy Code

Public New ( _
    controlPoint As ShapeControlPoint, _
    formulaParam As ShapeFormulaParam _
)

 Parameters

controlPoint

A ShapeControlPoint representing the shape's control point that will be modified by this adjustment handle.

formulaParam

A ShapeFormulaParam whose values will be updated by this handle.

 See Also