The ICogGeneralContourEllipticalArcSegmentIterator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Copy | Makes a copy of this iterator. The copy will be positioned at the same item as this plus the given IndexOffset. For example, if IndexOffset is +1 the copy will be positioned at the next item, if IndexOffset is -1, the copy will be at the previous item. | |
| CreateEllipticalArc | Creates a gcnew CogEllipticalArc with the same geometric and graphics properties as this segment. | |
| GetEllipticalArcSegmentIterator | Gets the iterator interface that provides full access to arc segment properties. | |
| GetLineSegmentIterator | Gets the iterator interface that provides full access to line segment properties. | |
| GetStartMidpointEndEllipseFraction | Gets StartX, StartY, MidpointX, MidpointY, EndX, EndY, and EllipseFraction of this elliptical arc. | |
| MoveToNext | Moves the iterator to the next position, loading that item's properties into this iterator. If the iterator is at the end position, an error is returned. To avoid getting errors, you may wish to check IsEnd. | |
| MoveToPosition | Moves the iterator to the specified position in the sequence, loading that item's properties into this iterator. | |
| MoveToPrevious | Moves the iterator to the previous position, loading that item's properties into this iterator. If there are no items before this, an error is returned. To avoid getting errors, you may wish to check IsFirst. | |
| SetFromEllipticalArc | Sets the arc segment geometry from the specified elliptical arc. Only the geometry is copied, graphics properties are ignored. Note that this method also changes the geometry of any connected segments because it changes both Start and End of this segment. | |
| SetStartMidpointEndEllipseFraction | Sets StartX, StartY, MidpointX, MidpointY, EndX, EndY, and EllipseFraction of this elliptical arc segment. Note that this method will also change the geometry of any connected segments because it changes the Start and End of this segment. |
See Also