This document is archived and information here might be outdated.  Recommended version.


IMoveImageFeedback2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveImageFeedback2 Interface
ArcGIS Developer Help

IMoveImageFeedback2 Interface

Provides access to members that control feedback for moving an image.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Write-only property Bounds The bounds of the image.
Method ClearImage Clears the image.
Read-only property Display The display to draw into.
Write-only property Display The display the feedback object will use.
Method MoveTo Move to the new point.
Write-only property PolygonBounds The bounds of the image.
Method Refresh Call this after a refresh to show feedback again.
Method Start Starts a move.
Read/write property Symbol The symbol the feedback object will use.

Inherited Interfaces

Interfaces Description
IDisplayFeedback Provides access to members that control the base display feedback.

Classes that implement IMoveImageFeedback2

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 | INewEnvelopeFeedback Interface | IMovePointFeedback Interface | IReshapeFeedback Interface | ILineMovePointFeedback Interface | IMovePolygonFeedback Interface | INewBezierCurveFeedback Interface | IResizeEnvelopeFeedback Interface | INewPolygonFeedback Interface | IMoveLineFeedback Interface | INewLineFeedback Interface | INewMultiPointFeedback Interface | IResizeEnvelopeFeedback2 Interface | INewEnvelopeFeedback2 Interface | IStretchLineFeedback Interface | IPolygonMovePointFeedback Interface | IMoveGeometryFeedback Interface | IMoveImageFeedback2 Interface | IMoveImageFeedback Interface | INewCircleFeedback Interface | IMoveEnvelopeFeedback Interface | IVertexFeedback Interface