Click or drag to resize

BaseMetafileCommandIsGeometric Property

Returns true if the command describes a path (either with jumps or marks). LaserOn commands (aka drills) are excluded.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public bool IsGeometric { get; protected set; }

Property Value

Boolean
See Also