VectorGraphicLayerMovePathRange Method |
Moves a range of paths.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual void MovePathRange(
int startIndex,
int count,
int newIndex
)
Parameters
- startIndex Int32
- The zero-based index specifying the starting location of the paths to be moved.
- count Int32
- The number of paths to be moved.
- newIndex Int32
- The zero-based index specifying the new location of the paths. This index is the target location in the result, not the target location before the result.
See Also