====== ThinkGeo.MapSuite.WinForms.InteractiveOverlay ======
===== Inheritance Hierarchy =====
*System.Object
*ThinkGeo.MapSuite.WinForms.Overlay
***ThinkGeo.MapSuite.WinForms.InteractiveOverlay**
*[[ThinkGeo.MapSuite.WinForms.EditInteractiveOverlay]]
*[[ThinkGeo.MapSuite.WinForms.ExtentInteractiveOverlay]]
*[[ThinkGeo.MapSuite.WinForms.PrinterInteractiveOverLay]]
*[[ThinkGeo.MapSuite.WinForms.TrackInteractiveOverlay]]
===== Members Summary =====
==== Public Constructors ====
==== Protected Constructors ====
** {{wiki:ProtectedMethod.gif|}} InteractiveOverlay() **
* //Default constructor of this abstract class.//
== Remarks ==
* //N/A//
== Parameters ==
==== Public Methods ====
** {{wiki:PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseDown(InteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseMove(InteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseUp(InteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseClick(InteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} MouseWheel(InteractionArguments) **
* //N/A//
== Remarks ==
* //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:PublicMethod.gif|}} Refresh(GeoCanvas,RectangleShape) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
* //extent//
* Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} DrawPreview(GeoCanvas) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.TilesExistingType|TilesExistingType]]
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]>
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Layers.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Layers.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable,TimeSpan) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]>
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable,TimeSpan,RequestDrawingBufferTimeType) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]>
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Layers.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:String
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //obj//
* Type:Object
* Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Int32
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Type
* Description:N/A
== Parameters ==
===== Protected Methods =====
** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]]
* Description:Interaction results of this method.
== Parameters ==
* //interactionArguments//
* Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]]
* Description:This parameter represents the interaction auguments for the method.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
* Description:The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
* Description:The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
* Description:The MapMouseUpInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
* Description:The MapMouseClickInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
* Description:The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
* Description:The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
* Description:The MapKeyDownInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
* Description:The MapKeyUpInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:None
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:This parameter is the canvas object or a GeoImage to draw on.
** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WinForms.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} RefreshCore(GeoCanvas,RectangleShape) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
* //extent//
* Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.TilesExistingType|TilesExistingType]]
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawAttribution(GeoCanvas) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.WinForms.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.WinForms.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
* //e//
* Type:Exception
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]]
* Description:N/A
* //e//
* Type:Exception
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //eventArgs//
* Type:[[ThinkGeo.MapSuite.WinForms.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //eventArgs//
* Type:[[ThinkGeo.MapSuite.WinForms.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Object
* Description:N/A
== Parameters ==
==== Public Properties ====
** {{wiki:PublicProperty.gif|}} Attribution **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} Lock **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WinForms.OverlayLock|OverlayLock]]
** {{wiki:PublicProperty.gif|}} IsBase **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} DrawingExceptionMode **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Drawing.DrawingExceptionMode|DrawingExceptionMode]]
** {{wiki:PublicProperty.gif|}} IsVisible **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} Name **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} TileCache **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Layers.BitmapTileCache|BitmapTileCache]]
** {{wiki:PublicProperty.gif|}} PreviewTileCache **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Layers.BitmapTileCache|BitmapTileCache]]
** {{wiki:PublicProperty.gif|}} IsEmpty **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} DrawingTime **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:TimeSpan
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:TimeSpan
==== Protected Properties ====
** {{wiki:ProtectedProperty.gif|}} IsAdornment **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
** {{wiki:ProtectedProperty.gif|}} ScreenBitmapTile **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Layers.BitmapTile|BitmapTile]]
==== Public Events ====
** {{wiki:PublicEvent.gif|}} MapMouseDown **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapMouseMove **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapMouseUp **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapMouseClick **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapMouseWheel **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapKeyDown **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} MapKeyUp **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} Drawing **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} Drawn **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawingAttribution **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawnAttribution **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} RequestedDrawing **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} RequestingDrawing **
* //N/A//
== Remarks ==
* //N/A//
Event Arguments:[[ThinkGeo.MapSuite.WinForms.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]