Click or drag to resize

VectorGraphicPathInsertMetafileCommand Method

Inserts a command to the specified command list at the specified index.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void InsertMetafileCommand(
	int index,
	BaseMetafileCommand command
)

Parameters

index  Int32
he zero-based index at which command should be inserted.
command  BaseMetafileCommand
The command to insert.
See Also