|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMoveBitmapFeedback
Provides access to members that control the bitmap feedback.
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 |
---|
void start(int hBitmap, int width, int height, int offsetX, int offsetY) throws IOException, AutomationException
hBitmap
- The hBitmap (A COM typedef) (in)width
- The width (in)height
- The height (in)offsetX
- The offsetX (in)offsetY
- The offsetY (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stop() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |