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

MapPaintEventArgs is used by the Map Paint event. It contains the MapSurface and Graphics objects. Both MapSurface and Graphics objects should be used but not hold by the client. These objects are disposed by the Map when necessary. Both Graphics and MapSurface objects can be used to draw on the Map. Graphics is using System.Drawing library and works in screen units. MapSurface 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.WinForms.MapPaintEventArgs

Requirements

Target 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

See Also

© 2013 All Rights Reserved.