Click or drag to resize

VectorGraphicPathMoveMetafileCommandRange Method

Moves the range of metafile commands within the specified command list.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void MoveMetafileCommandRange(
	int startIndex,
	int count,
	int newIndex
)

Parameters

startIndex  Int32
The zero-based index specifying the starting location of the commands to be moved.
count  Int32
The number of commands to be moved.
newIndex  Int32
The zero-based index specifying the new location of the commands. This index is the target location in the result, not the target location before the result.
See Also