ESRI.ArcGIS.Mobile
Draw Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace > MapGraphicLayer Class : Draw Method

mapSurface
Invoked by the Map Control during the drawing phase. Implementers must verify if MapSurface.DrawAuthorized is true, if not the Draw method should return as soon as possible to free the Drawing process.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub Draw( _
   ByVal mapSurface As MapSurface _
) 
C# 
protected virtual void Draw( 
   MapSurface mapSurface
)

Parameters

mapSurface

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.