DrawingBaseMoveHandleTo Method |
Moves the handle to the specified point
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected abstract void MoveHandleTo(
int handleNumber,
ChartVisualArgs args
)
Parameters
- handleNumber Int32
- Handle number which is being moved
- args ChartVisualArgs
- ChartVisualArgs
See Also