ESRI.ArcGIS.Mobile
MapPaintEventArgs Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace : MapPaintEventArgs Class

MapPaintEventArgs is used by the Map Paint event. It contains the Map Display object and the Map Display Graphics object. Both Display and Graphics objects should be used but not hold by the client. These objects are disposed by the Map when necessary. Both Graphics and Display objects can be used to draw on the Map. Graphics is using System.Drawing library and works in screen units. Display is using map units.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class MapPaintEventArgs 
   Inherits PaintEventArgs
C# 
public class MapPaintEventArgs : PaintEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.Forms.PaintEventArgs
         ESRI.ArcGIS.Mobile.MapPaintEventArgs

Requirements

Namespace: ESRI.ArcGIS.Mobile

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also