MindFusion.Wpf Pack Programmer's Guide
ShapeControlPoint Constructor
See Also
 





Initializes a new instance of the ShapeControlPoint class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ShapeControlPoint (
    string paramName,
    double defaultX,
    double minX,
    double maxX,
    UnitType xUnit,
    double defaultY,
    double minY,
    double maxY,
    UnitType yUnit
)

Visual Basic  Copy Code

Public New ( _
    paramName As String, _
    defaultX As Double, _
    minX As Double, _
    maxX As Double, _
    xUnit As UnitType, _
    defaultY As Double, _
    minY As Double, _
    maxY As Double, _
    yUnit As UnitType _
)

 Parameters

paramName

Specifies the name of the shape formula parameter corresponding to this control point.

defaultX

The initial horizontal position of this control point.

minX

The minimum horizontal position that is allowed for this control point.

maxX

The maximum horizontal position that is allowed for this control point.

xUnit

The unit used to specify the horizontal position of this control point.

defaultY

The initial vertical position of this control point.

minY

The minimum vertical position that is allowed for this control point.

maxY

The maximum vertical position that is allowed for this control point.

yUnit

The unit used to specify the vertical position of this control point.

 See Also

ShapeControlPoint Class
MindFusion.Diagramming.Wpf Namespace