Click or drag to resize

VectorGraphicPathCopyAndAppendMetafileCommands Method

Adds a range of commands to 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 CopyAndAppendMetafileCommands(
	IEnumerable<BaseMetafileCommand> commands
)

Parameters

commands  IEnumerableBaseMetafileCommand
The commands to add.
See Also