DrawingBaseMoveHandleTo Method |
Moves the handle to a new point
Namespace: SharpCharts.Base.ChartObjectAssembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax public abstract void MoveHandleTo(
Point point,
int handleNumber
)
Parameters
- point
- Type: System.WindowsPoint
Point - handleNumber
- Type: SystemInt32
Handle number
See Also