Click or drag to resize

VectorGraphicPathAddMetafileCommand Method

Adds the given metafile command to the path.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void AddMetafileCommand(
	BaseMetafileCommand metafileCommand
)

Parameters

metafileCommand  BaseMetafileCommand
The command to be added.
See Also