Provides access to members that control feedback for moving an image.
Product Availability
Members
Description | ||
---|---|---|
Bounds | The bounds of the image. | |
ClearImage | Clears the image. | |
Display | The display the feedback object will use. | |
Display | The display to draw into. | |
MoveTo | Move to the new point. | |
PolygonBounds | The bounds of the image. | |
Refresh | Call this after a refresh to show feedback again. | |
Start | Starts a move. | |
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 IMoveImageFeedback2
CoClasses and Classes | Description |
---|---|
MoveImageFeedback | Display feedback for tracking image move. |
Remarks
Display is a Get property that allows access to the feedback's offscreen display. When a new MoveImageFeedback is created, it automatically creates a new one of these displays--it is to this that the various things to be moved (elements, features, and others) are drawn.
The Bounds and PolygonBounds properties define the area to be covered by the feedback on the screen when the feedback operation begins. These are also used to determine the size of the offscreen display in map units. These two properties serve a similar purpose, so only one or the other should be used.
Bounds is the more simplistic of the two since it expects the input bounds as an IEnvelope and is therefore less suited for a situation where the map display is rotated.
PolygonBounds effectively supersedes Bounds and takes an IPolygon, thus allowing the bounds of geometries to be used, even if they are 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