com.esri.arcgis.display
Interface IMoveBitmapFeedback

All Superinterfaces:
IDisplayFeedback, Serializable
All Known Implementing Classes:
MoveBitmapFeedback

public interface IMoveBitmapFeedback
extends IDisplayFeedback, Serializable

Provides access to members that control the bitmap feedback.

Product Availability

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


Method Summary
 void start(int hBitmap, int width, int height, int offsetX, int offsetY)
          Begins a new feedback.
 void stop()
          Stops the feedback.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

start

void start(int hBitmap,
           int width,
           int height,
           int offsetX,
           int offsetY)
           throws IOException,
                  AutomationException
Begins a new feedback.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
hBitmap - The hBitmap (A COM typedef) (in)
width - The width (in)
height - The height (in)
offsetX - The offsetX (in)
offsetY - The offsetY (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

void stop()
          throws IOException,
                 AutomationException
Stops the feedback.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.