Click or drag to resize

VectorGraphicEngineClear Method

Removes all metafile commands from a given list.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void Clear(
	CommandListType type = CommandListType.Contour
)

Parameters

type  CommandListType  (Optional)
The type of the command list that will be cleared.
See Also