Click or drag to resize

VectorGraphicPathRemoveMetafileCommandAt Method

Removes the command at the specified index 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 RemoveMetafileCommandAt(
	int index
)

Parameters

index  Int32
The zero-based index of the element to remove.

Return Value

Boolean
true if item is successfully removed; otherwise, false.
See Also