VectorGraphicPathMoveMetafileCommand Method |
Moves the command within the specified command list.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual void MoveMetafileCommand(
int oldIndex,
int newIndex
)
Parameters
- oldIndex Int32
- The zero-based index specifying the location of the command to be moved.
- newIndex Int32
-
The zero-based index specifying the new location of the command. This index is the target location in the result, not the target location before the result.
See Also