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