====== ThinkGeo.MapSuite.WinForms.TrackInteractiveOverlay ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.WinForms.Overlay *ThinkGeo.MapSuite.WinForms.InteractiveOverlay ***ThinkGeo.MapSuite.WinForms.TrackInteractiveOverlay** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} TrackInteractiveOverlay() ** * //Default constructor of the class. If you use this constructor, please set the properties manually or it will use their default values.// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetTrackingShape() ** * //N/A// == Remarks == * //This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided.// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:Returns a shape that represents the current status of the tracking shape. == Parameters ==
** {{wiki:PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} MouseDown(InteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} MouseMove(InteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} MouseUp(InteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} MouseClick(InteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]] * Description:N/A
** {{wiki:PublicMethod.gif|}} MouseWheel(InteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]] * Description:N/A
** {{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|}} EndTracking() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{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 arguments 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 arguments 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 arguments 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 arguments 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 arguments for the method.
** {{wiki:ProtectedMethod.gif|}} GetTrackingShapeCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:Returns a shape that represents the current status of the tracking shape. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] * Description:The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] * Description:The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] * Description:The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] * Description:The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] * Description:The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] * Description:The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] * Description:The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** * //N/A// == Remarks == * //This method draws the representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.// == 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|}} KeyDownCore(KeyEventInteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.KeyEventInteractionArguments|KeyEventInteractionArguments]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.InteractiveResult|InteractiveResult]] * Description:N/A == Parameters == * //interactionArguments// * Type:[[ThinkGeo.MapSuite.WinForms.InteractionArguments|InteractionArguments]] * Description:N/A
** {{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:N/A
** {{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:N/A
** {{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:N/A
** {{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:N/A
** {{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:N/A
** {{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:N/A
** {{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:N/A
** {{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:N/A
** {{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|}} IsEmpty ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} TrackShapeLayer ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.InMemoryFeatureLayer|InMemoryFeatureLayer]] ** {{wiki:PublicProperty.gif|}} MouseDownCount ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} TrackMode ** * //N/A// == Remarks == * //The default mode is TrackMode.None, which means you cannot draw or edit features at the client side. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon, etc., you can add points, lines or polygons to the FeatureOverlay. Setting the mode to TrackMode.Edit lets you edit the shapes at the client side.// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.TrackMode|TrackMode]] ** {{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|}} 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|}} Vertices ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]]> ** {{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|}} TrackEnded ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} TrackEnding ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} TrackStarted ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} TrackStarting ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexAdded ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} VertexAdding ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] ** {{wiki:PublicEvent.gif|}} MouseMoved ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] ** {{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]]