VectorGraphicPathInsertMetafileCommand Method |
Inserts a command to the specified command list at the specified index.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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