com.esri.arcgis.controls
Class IMapControlEvents2OnBeforeScreenDrawEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IMapControlEvents2OnBeforeScreenDrawEvent
- All Implemented Interfaces:
- Serializable
public class IMapControlEvents2OnBeforeScreenDrawEvent
- extends EventObject
Description
OnBeforeScreenDraw is triggered before the IDisplayEvents::DisplayStarted event is called on the map's screen display. The hdc represents the device context on the screen display.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
IMapControlEvents2OnBeforeScreenDrawEvent
public IMapControlEvents2OnBeforeScreenDrawEvent(Object source)
init
public void init(int hdc)
getHdc
public final int getHdc()