Click or drag to resize

VectorGraphicPathRemoveMetafileCommandRange Method

Removes the range of commands from 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 bool RemoveMetafileCommandRange(
	int index,
	int count
)

Parameters

index  Int32
The zero-based starting index of the elements to remove.
count  Int32
The number of elements to remove.

Return Value

Boolean
true if items are successfully removed; otherwise, false.
See Also