Click or drag to resize

EllipseToMetafileCommand Properties

The EllipseToMetafileCommand type exposes the following members.

Properties
 NameDescription
Public propertyAxesRatio The ratio of the minor axis to the major axis.
Public propertyCenterPoint The center point of the ellipse.
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 propertyIsHelix Creates a helix if z coordinates of start and center are different. CenterPoint.z will be used as z for the end of the helix.
Public propertyItem Returns CenterPoint
(Overrides BaseMetafileCommandItemInt32)
Public propertyLabel The display name of the meta file command type.
(Overrides BaseMetafileCommandLabel)
Public propertyLength Length of the vector. Is simplified as length of an arc.
(Overrides BaseMetafileCommandLength)
Protected propertyMetafileCommandFactory
(Inherited from BaseMetafileCommand)
Public propertyOrientationAngle The orientation of the ellipse, in radians. Positive value means a counterclockwise direction.
Public propertyPointCount The number of points accessible by the indexer.
(Overrides BaseMetafileCommandPointCount)
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 propertySweepAngle The sweep angle of the ellipse, in radians. Positive value means a counterclockwise direction. This angle is the angle used in the parametric equation representations of the ellipse.
Top
See Also