|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScreenDisplayOverlaysCallback
Screen Display Overlays callback for client rendering to overlay cache.
| Method Summary | |
|---|---|
void |
drawOverlay(int overlayIdx,
int hDC)
Draw overlays to the specified DC. |
int |
getOverlayBitmap(int overlayIdx)
Get bitmap for the specified overlay (Optional). |
int |
getOverlayCount()
Draw overlays to the specified DC. |
tagRECT |
getOverlayExtent(int overlayIdx)
Draw overlays to the specified DC. |
| Method Detail |
|---|
int getOverlayCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
tagRECT getOverlayExtent(int overlayIdx)
throws IOException,
AutomationException
overlayIdx - The overlayIdx (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOverlayBitmap(int overlayIdx)
throws IOException,
AutomationException
overlayIdx - The overlayIdx (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void drawOverlay(int overlayIdx,
int hDC)
throws IOException,
AutomationException
overlayIdx - The overlayIdx (in)hDC - The hDC (A COM typedef) (in)
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 | ||||||||