Provides access to members that control the stretch line display feedback.
Product Availability
Members
Description | ||
---|---|---|
Anchor | The anchor point of the curve. | |
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 move of the given shape (a polyline). | |
Stop | Stops the feedback and returns the polyline. | |
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 IStretchLineFeedback
CoClasses and Classes | Description |
---|---|
StretchLineFeedback | Stretch Line Display Feedback object. |
Remarks
You can use a StretchLineFeedback object to scale or rotate an existing Polyline object. The scaling and rotation is done about an anchor point. The feedback is moved by shifting the nonanchored end of the polyline by the difference (delta x and delta y) between the current and original mouse locations. The whole polyline is moved to match up with this using a rigid stretch and, as a result, may be both scaled and rotated.
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