This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.webapiedition.overlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webapiedition.overlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebApiEdition.Overlay ====== | ====== ThinkGeo.MapSuite.WebApiEdition.Overlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | <!-- Class --> | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WebApiEdition.Overlay]] | + | ***ThinkGeo.MapSuite.WebApiEdition.Overlay** |
- | ***[[ThinkGeo.MapSuite.WebApiEdition.LayerOverlay]] | + | *[[ThinkGeo.MapSuite.WebApiEdition.LayerOverlay]] |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} Overlay() ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Overlay()|Overlay]] | | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Overlay(String)|Overlay]] | String | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Overlay(BitmapTileCache)|Overlay]] | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Overlay(String, BitmapTileCache)|Overlay]] | String, [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | | | | + | |
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Overlay(String) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Overlay(BitmapTileCache) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //tileCache// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Overlay(String,BitmapTileCache) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //tileCache// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(GeoCanvas)|Draw]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | * //N/A// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | == Remarks == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | * //N/A// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //geoCanvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Methods ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(GeoCanvas)|DrawCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawException(GeoCanvas, Exception)|DrawException]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawExceptionCore(GeoCanvas, Exception)|DrawExceptionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawing(DrawingOverlayEventArgs)|OnDrawing]] | [[ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawn(DrawnOverlayEventArgs)|OnDrawn]] | [[ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | | | | + | |
- | ==== Public Properties ==== | + | * //N/A// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | | | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | String | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileCache|TileCache]] | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | | | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //geoCanvas// |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawing|Drawing]] | [[ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | | | | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawn|Drawn]] | [[ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | | | | + | * Description:N/A |
- | ===== Public Constructors ===== | + | <div newline></div> |
- | ===== Protected Constructors ===== | + | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** |
- | ==== Overlay() ==== | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Protected Constructors|Go Back]] | + | * //This method will draw on the canvas when an exception occurs during the drawing process.// |
- | ==== Overlay(String) ==== | + | == Remarks == |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | | | + | |
- | [[#Protected Constructors|Go Back]] | + | == Return Value == |
- | ==== Overlay(BitmapTileCache) ==== | + | * Type:Void |
- | === Parameters === | + | * Description:N/A |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | tileCache | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | | + | |
- | [[#Protected Constructors|Go Back]] | + | == Parameters == |
- | ==== Overlay(String, BitmapTileCache) ==== | + | * //geoCanvas// |
- | === Parameters === | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | ^ Name ^ Type ^ Description ^ | + | * Description:This parameter is the canvas object to draw on. |
- | | id | String<!-- System.String --> | | | + | |
- | | tileCache | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | | + | |
- | [[#Protected Constructors|Go Back]] | + | * //e// |
- | ===== Public Methods ===== | + | * Type:Exception |
- | ==== Draw(GeoCanvas) ==== | + | * Description:This parameter is the exception that is occurring. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | * //This method is the Core method of DrawException, which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Equals(Object) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //geoCanvas// |
- | ==== GetHashCode() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | === Return Value === | + | * Description:This parameter is the canvas object to draw on. |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //e// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Exception |
+ | * Description:This parameter is the exception that is occurring. | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** |
- | ==== GetType() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | * //This event will be fired before Overlay is drawn.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
+ | * Type:[[ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
+ | * Description:The OverlayDrawingEventArgs passed for the event raised. | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** |
- | ===== Protected Methods ===== | + | |
- | ==== DrawCore(GeoCanvas) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This event will be fired after Overlay is drawn.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawException(GeoCanvas, Exception) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Type:[[ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] |
- | | e | Exception<!-- System.Exception --> | | | + | * Description:The OverlayDrawnEventArgs passed for the event raised. |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * //N/A// |
- | | e | Exception<!-- System.Exception --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== Finalize() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnDrawing(DrawingOverlayEventArgs) ==== | + | ==== Public Properties ==== |
- | === Return Value === | + | ** {{wiki:PublicProperty.gif|}} Id ** |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs --> | | | + | N/A |
+ | == Return Value == | ||
+ | * Type:String | ||
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} IsVisible ** |
- | [[#Protected Methods|Go Back]] | + | |
- | ==== OnDrawn(DrawnOverlayEventArgs) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs --> | | | + | N/A |
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** |
- | [[#Protected Methods|Go Back]] | + | |
- | ===== Public Properties ===== | + | |
- | ==== DrawingExceptionMode ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Id ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} TileCache ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsVisible ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TileCache ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] |
- | | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | + | |
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} Drawing ** | ||
+ | This event raises before the overlay is drawing. | ||
+ | == Remarks == | ||
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | ===== Public Events ===== | + | |
- | ==== Drawing ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WebApiEdition.DrawingOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} Drawn ** |
- | [[#Public Events|Go Back]] | + | This event raises after the overlay is drawn. |
- | ==== Drawn ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebApiEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WebApiEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:WebApiEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.WebApiEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||