AnnLineEditDesigner implementation of
AnnEditDesigner.MoveControlPoint.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnLineEditDesigner
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
- An System.Windows.Pointstructure that represents the new position of the control point.
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also