Ellipse |
The EllipseToMetafileCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | AxesRatio | The ratio of the minor axis to the major axis. |
![]() | CenterPoint | The center point of the ellipse. |
![]() | IsGeometric |
Returns true if the command describes a path (either with jumps or marks). LaserOn commands (aka drills) are excluded.
(Inherited from BaseMetafileCommand) |
![]() | IsHelix | 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. |
![]() | Item |
Returns CenterPoint (Overrides BaseMetafileCommandItemInt32) |
![]() | Label |
The display name of the meta file command type.
(Overrides BaseMetafileCommandLabel) |
![]() | Length |
Length of the vector.
Is simplified as length of an arc.
(Overrides BaseMetafileCommandLength) |
![]() | MetafileCommandFactory | (Inherited from BaseMetafileCommand) |
![]() | OrientationAngle | The orientation of the ellipse, in radians. Positive value means a counterclockwise direction. |
![]() | PointCount |
The number of points accessible by the indexer.
(Overrides BaseMetafileCommandPointCount) |
![]() | 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) |
![]() | SweepAngle | 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. |