AnnGroupEditDesigner implementation of
AnnEditDesigner.MoveControlPoint.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupEditDesigner
Dim controlPointIndex As Integer
Dim newPos As Point
instance.MoveControlPoint(controlPointIndex, newPos)
|
Parameters
- controlPointIndex
- An integer that represents the index of the control point to move.
- newPos
- A Pointstructure that represents the new position of the control point.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also