Provides access to members that control the new circle feedback object.
Product Availability
Members
Description | ||
---|---|---|
Display | The display the feedback object will use. | |
MoveTo | Move to the new point. | |
Refresh | Call this after a refresh to show feedback again. | |
Start | Begins a circular feedback at the given point. | |
Stop | Stops the feedback and returns the circle. | |
Symbol | The symbol the feedback object will use. |
Inherited Interfaces
Interfaces | Description |
---|---|
IDisplayFeedback | Provides access to members that control the base display feedback. |
CoClasses that implement INewCircleFeedback
CoClasses and Classes | Description |
---|---|
NewCircleFeedback | New circle feedback object. |
Remarks
This very simple interface has only two methods of its own: Start and Stop. Like the other feedback interfaces, all other functionality is inherited from IDisplayFeedback. The Start method is used to specify the circle's center point, and Stop returns a new ICircularArc. The radius of the circle created depends on the distance between the Start point and the last point used in the inherited MoveTo method.
Note that the ICircularArc, which is returned from Stop, can be converted into an IPolygon by creating a new Polygon object, then adding the ICircularArc using the AddSegment method on the ISegmentCollection interface.
See Also
INewDimensionFeedback Interface | IStretchLineFeedback Interface | IReshapeFeedback Interface | INewEnvelopeFeedback Interface | INewPolygonFeedback Interface | INewEnvelopeFeedback2 Interface | IVertexFeedback Interface | INewBezierCurveFeedback Interface | INewCircleFeedback Interface | IMoveEnvelopeFeedback Interface | IMoveGeometryFeedback Interface | IMoveImageFeedback Interface | IResizeEnvelopeFeedback2 Interface | IMoveImageFeedback2 Interface | IResizeEnvelopeFeedback Interface | INewLineFeedback Interface | IPolygonMovePointFeedback Interface | INewMultiPointFeedback Interface | IMoveLineFeedback Interface | IMovePointFeedback Interface | ILineMovePointFeedback Interface | IMovePolygonFeedback Interface