Poly |
The PolyLineMetafileCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| IsGeometric |
Returns true if the command describes a path (either with jumps or marks). LaserOn commands (aka drills) are excluded.
(Inherited from BaseMetafileCommand) | |
| Item |
Returns a point from Points (Inherited from BasePolyLineMetafileCommand) | |
| Label |
The display name of the meta file command type.
(Inherited from BasePolyLineMetafileCommand) | |
| Length |
The length of the vector.
(Inherited from BasePolyLineMetafileCommand) | |
| MetafileCommandFactory | (Inherited from BaseMetafileCommand) | |
| PointCount |
The number of points accessible by the indexer.
(Inherited from BasePolyLineMetafileCommand) | |
| Points |
The points of the polyline. The starting point is the end point of the last command.
(Inherited from BasePolyLineMetafileCommand) | |
| SegmentEndPointPair |
The end points of the segment generated by this metafile command. This value functions as a cache to reduce redundant calculations.
(Inherited from BaseMetafileCommand) |