Click or drag to resize

MicroVectorMetafileCommand Properties

The MicroVectorMetafileCommand 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.
(Inherited from BaseMetafileCommand)
Public propertyItem Returns a point from Points
(Inherited from BasePolyLineMetafileCommand)
Public propertyLabel The display name of the meta file command type.
(Inherited from BasePolyLineMetafileCommand)
Public propertyLength The length of the vector.
(Inherited from BasePolyLineMetafileCommand)
Protected propertyMetafileCommandFactory
(Inherited from BaseMetafileCommand)
Public propertyPointCount The number of points accessible by the indexer.
(Inherited from BasePolyLineMetafileCommand)
Public propertyPoints The points of the polyline. The starting point is the end point of the last command.
(Inherited from BasePolyLineMetafileCommand)
Public propertySegmentEndPointPair The end points of the segment generated by this metafile command. This value functions as a cache to reduce redundant calculations.
(Inherited from BaseMetafileCommand)
Public propertyStepPeriod Gets the expected step period.
Public propertyVectorType 
Top
See Also