Click or drag to resize

VectorGraphicPathCommands Property

The read-only metafile commands in this path.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public IReadOnlyList<BaseMetafileCommand> Commands { get; }

Property Value

IReadOnlyListBaseMetafileCommand
See Also