Click or drag to resize

BaseMetafileCommand Properties

The BaseMetafileCommand type exposes the following members.

Properties
 NameDescription
Public propertyIsGeometric Returns true if the command describes a path (either with jumps or marks). LaserOn commands (aka drills) are excluded.
Public propertyItem Returns a point that are significant to the shape. The type of point and the position depends on the command type.
Public propertyLabel The display name of the meta file command type.
Public propertyLength The length of the vector.
Protected propertyMetafileCommandFactory 
Public propertyPointCount The number of points accessible by the indexer.
Public propertySegmentEndPointPair The end points of the segment generated by this metafile command. This value functions as a cache to reduce redundant calculations.
Top
See Also