User Tools

Site Tools


api:thinkgeo.mapsuite.winforms.editinteractiveoverlay

ThinkGeo.MapSuite.WinForms.EditInteractiveOverlay

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.WinForms.Overlay
      • ThinkGeo.MapSuite.WinForms.InteractiveOverlay
        • ThinkGeo.MapSuite.WinForms.EditInteractiveOverlay

Members Summary

Public Constructors

EditInteractiveOverlay()

  • 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

CalculateAllControlPoints()

  • N/A
Remarks
  • First, it will clear all control points. Then it will calculate each control point according to their settings.
Return Value
  • Type:Void
  • Description:N/A
Parameters

KeyDown(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

KeyUp(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseDown(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseMove(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseUp(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseClick(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseDoubleClick(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

MouseWheel(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

Refresh(GeoCanvas,RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawPreview(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
Parameters

Draw(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RequestDrawing()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RequestDrawing(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RequestDrawing(IEnumerable<RectangleShape>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RequestDrawing(TimeSpan)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(RectangleShape,TimeSpan)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

MouseMoveCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction arguments for the method.

MouseUpCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction arguments for the method.

MouseClickCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction arguments for the method.

MouseDoubleClickCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction arguments for the method.

DragFeature(Feature,PointShape,PointShape)

  • N/A
Remarks
  • This method is the concrete wrapper for the abstract method DragFeatureCore. 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:Feature
  • Description:Returns a dragged feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be dragged.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to drag the feature.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to drag the feature.

DragFeatureCore(Feature,PointShape,PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Feature
  • Description:Returns a dragged feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be dragged.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to drag the feature.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to drag the feature.

ResizeFeature(Feature,PointShape,PointShape)

  • N/A
Remarks
  • This method is the concrete wrapper for the abstract method ResizeFeatureCore. 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:Feature
  • Description:Returns a resized feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be resized.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to resize the feature.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to resize the feature.

ResizeFeatureCore(Feature,PointShape,PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Feature
  • Description:Returns a resized feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be resized.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to resize the feature.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to resize the feature.

RotateFeature(Feature,PointShape,PointShape)

  • N/A
Remarks
  • This method is the concrete wrapper for the abstract method RotateFeatureCore. 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:Feature
  • Description:Returns a rotated feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be rotated.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to rotate the feature.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to rotate the feature.

RotateFeatureCore(Feature,PointShape,PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Feature
  • Description:Returns a rotated feature.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature to be rotated.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to rotate the feature.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to rotate the feature.

AddVertex(PointShape,Double)

  • N/A
Remarks
  • This method is the concrete wrapper for the abstract method AddVertexCore. 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:Boolean
  • Description:True if add vertex succeeded, otherwise returns false.
Parameters
  • targetPointShape
    • Description:This parameter specifies the point shape in which to search for the vertex.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifies the search tolerance used when searching for the vertex.

AddVertexCore(Feature,PointShape,Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Feature
  • Description:Returns a feature with vertex added.
Parameters
  • targetFeature
    • Type:Feature
    • Description:This parameter specifies the target feature that the vertex will be added to.
  • targetPointShape
    • Description:This parameter specifies the target vertex to be added.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifies the search tolerance used when searching for the vertex.

MoveVertex(Feature,PointShape,PointShape)

  • N/A
Remarks
  • This method is the concrete wrapper for the abstract method MoveVertexCore. 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:Feature
  • Description:Returns a feature with vertex moved.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature whose vertex will be moved.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to move the feature's vertex.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to move the feature's vertex.

MoveVertexCore(Feature,PointShape,PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Feature
  • Description:Returns a feature with vertex moved.
Parameters
  • sourceFeature
    • Type:Feature
    • Description:This parameter specifies the source feature whose vertex will be moved.
  • sourceControlPoint
    • Description:This parameter specifies the source control point used to move the feature's vertex.
  • targetControlPoint
    • Description:This parameter specifies the target control point used to move the feature's vertex.

RemoveVertex(PointShape,Double)

  • N/A
Remarks
  • This method is the concrete wrapper for the abstract method RemoveVertexCore. 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:Boolean
  • Description:True if remove vertex succeeded, otherwise returns false.
Parameters
  • targetPointShape
    • Description:This parameter specifies the point shape in which to search for the vertex.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifies the search tolerance used when searching for the vertex.

RemoveVertexCore(Feature,Vertex,Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Feature
  • Description:Returns a feature with vertex removed.
Parameters
  • editShapeFeature
    • Type:Feature
    • Description:This parameter specifies the target feature to remove the vertex from.
  • selectedVertex
    • Type:Vertex
    • Description:This parameter specifies the selected vertex to search for.
  • searchingTolerance
    • Type:Double
    • Description:This parameter specifies the search tolerance used when searching for the vertex.

OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVerticesRemoving(VerticesRemovingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVerticesRemoved(VerticesRemovedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

KeyDownCore(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

KeyUpCore(KeyEventInteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

DrawCore(GeoCanvas)

  • N/A
Remarks
  • This method draws a 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:GeoCanvas
    • Description:This parameter is the canvas object or a GeoImage to draw on.

SetSelectedControlPoint(PointShape,Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:Returns true if control points are found and set correctly, otherwise returns false.
Parameters
  • targetPointShape
    • Description:This parameter is the target point shape we will edit.
  • searchingTolerance
    • Type:Double
    • Description:This parameter is the search tolerance used when searching for the control point.

SetSelectedControlPointCore(PointShape,Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Feature
  • Description:A feature that represents the selected control point.
Parameters
  • targetPointShape
    • Description:This parameter is the target point shape we will edit.
  • searchingTolerance
    • Type:Double
    • Description:This parameter is the search tolerance to use when searching for the control point.

EndEditing(PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetPointShape
    • Description:This is the targetPointShape to be used when overriding.

EndEditingCore(PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetPointShape
    • Description:This is the targetPointShape to be used when overriding.

ClearAllControlPoints()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateDragControlPoints()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateDragControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features representing the Drag control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature whose control points you want to calculate.

CalculateRotateControlPoints()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateRotateControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features representing the Rotate control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature whose control points you want to calculate.

CalculateResizeControlPoints()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateResizeControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features representing the Resize control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature whose control points you want to calculate.

CalculateVertexControlPoints()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CalculateVertexControlPointsCore(Feature)

  • N/A
Remarks
  • N/A
Return Value
  • Type:IEnumerable<Feature>
  • Description:A collection of features representing the Vertex control points.
Parameters
  • feature
    • Type:Feature
    • Description:The target feature whose control points you want to calculate.

MouseDownCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction arguments for the method.

MouseWheelCore(InteractionArguments)

  • N/A
Remarks
  • N/A
Return Value
Parameters

OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawing(DrawingOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawn(DrawnOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RefreshCore(GeoCanvas,RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawPreviewCore(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
Parameters

DrawAttribution(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawAttributionCore(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawException(GeoCanvas,Exception)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:Exception
    • Description:N/A

DrawExceptionCore(GeoCanvas,Exception)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:Exception
    • Description:N/A

OnRequestedDrawing(RequestedDrawingOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnRequestingDrawing(RequestingDrawingOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

IsEmpty

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

VertexDraggingMode

  • N/A
Remarks
  • N/A
Return Value

EditShapesLayer

  • N/A
Remarks
  • N/A
Return Value

DragControlPointsLayer

  • N/A
Remarks
  • Every control point for dragging is not an existing vertex of the edit shapes.
Return Value

RotateControlPointsLayer

  • N/A
Remarks
  • Every control point for rotating is not an existing vertex of the edit shapes.
Return Value

ResizeControlPointsLayer

  • N/A
Remarks
  • Every control point for resizing is not an existing vertex of the edit shapes.
Return Value

ControlPointType

  • N/A
Remarks
  • N/A
Return Value

ExistingControlPointsLayer

  • N/A
Remarks
  • Every control point in this layer is an existing vertex of the edit shapes.
Return Value

SelectedControlPointLayer

  • N/A
Remarks
  • N/A
Return Value

CanDrag

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanReshape

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanResize

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanRotate

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanAddVertex

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanRemoveVertex

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Attribution

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

Lock

  • N/A
Remarks
  • N/A
Return Value

IsBase

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

DrawingExceptionMode

  • N/A
Remarks
  • N/A
Return Value

IsVisible

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Name

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

TileCache

  • N/A
Remarks
  • N/A
Return Value

PreviewTileCache

  • N/A
Remarks
  • N/A
Return Value

DrawingTime

  • N/A
Remarks
  • N/A
Return Value
  • Type:TimeSpan

AutoRefreshInterval

  • N/A
Remarks
  • N/A
Return Value
  • Type:TimeSpan

Protected Properties

SelectControlPointFeature

  • N/A
Remarks
  • N/A
Return Value

OriginalEditingFeature

  • N/A
Remarks
  • N/A
Return Value

IsAdornment

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ScreenBitmapTile

  • N/A
Remarks
  • N/A
Return Value

Public Events

FeatureDragged

  • N/A
Remarks
  • N/A

Event Arguments:FeatureDraggedEditInteractiveOverlayEventArgs

FeatureDragging

  • N/A
Remarks
  • N/A

Event Arguments:FeatureDraggingEditInteractiveOverlayEventArgs

FeatureResized

  • N/A
Remarks
  • N/A

Event Arguments:FeatureResizedEditInteractiveOverlayEventArgs

FeatureResizing

  • N/A
Remarks
  • N/A

Event Arguments:FeatureResizingEditInteractiveOverlayEventArgs

FeatureRotated

  • N/A
Remarks
  • N/A

Event Arguments:FeatureRotatedEditInteractiveOverlayEventArgs

FeatureRotating

  • N/A
Remarks
  • N/A

Event Arguments:FeatureRotatingEditInteractiveOverlayEventArgs

VertexAdded

  • N/A
Remarks
  • N/A

Event Arguments:VertexAddedEditInteractiveOverlayEventArgs

VertexAdding

  • N/A
Remarks
  • N/A

Event Arguments:VertexAddingEditInteractiveOverlayEventArgs

VertexMoved

  • N/A
Remarks
  • N/A

Event Arguments:VertexMovedEditInteractiveOverlayEventArgs

VertexMoving

  • N/A
Remarks
  • N/A

Event Arguments:VertexMovingEditInteractiveOverlayEventArgs

VertexRemoved

  • N/A
Remarks
  • N/A

Event Arguments:VertexRemovedEditInteractiveOverlayEventArgs

VertexRemoving

  • N/A
Remarks
  • N/A

Event Arguments:VertexRemovingEditInteractiveOverlayEventArgs

VerticesRemoved

  • N/A
Remarks
  • N/A

Event Arguments:VerticesRemovedEditInteractiveOverlayEventArgs

VerticesRemoving

  • N/A
Remarks
  • N/A

Event Arguments:VerticesRemovingEditInteractiveOverlayEventArgs

ControlPointSelected

  • N/A
Remarks
  • N/A

Event Arguments:ControlPointSelectedEditInteractiveOverlayEventArgs

ControlPointSelecting

  • N/A
Remarks
  • N/A

Event Arguments:ControlPointSelectingEditInteractiveOverlayEventArgs

MapMouseDown

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseDownInteractiveOverlayEventArgs

MapMouseMove

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseMoveInteractiveOverlayEventArgs

MapMouseUp

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseUpInteractiveOverlayEventArgs

MapMouseClick

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseClickInteractiveOverlayEventArgs

MapMouseDoubleClick

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs

MapMouseWheel

  • N/A
Remarks
  • N/A

Event Arguments:MapMouseWheelInteractiveOverlayEventArgs

MapKeyDown

  • N/A
Remarks
  • N/A

Event Arguments:MapKeyDownInteractiveOverlayEventArgs

MapKeyUp

  • N/A
Remarks
  • N/A

Event Arguments:MapKeyUpInteractiveOverlayEventArgs

Drawing

  • N/A
Remarks
  • N/A

Event Arguments:DrawingOverlayEventArgs

Drawn

  • N/A
Remarks
  • N/A

Event Arguments:DrawnOverlayEventArgs

DrawingAttribution

  • N/A
Remarks
  • N/A

Event Arguments:DrawingAttributionOverlayEventArgs

DrawnAttribution

  • N/A
Remarks
  • N/A

Event Arguments:DrawnAttributionOverlayEventArgs

RequestedDrawing

  • N/A
Remarks
  • N/A

Event Arguments:RequestedDrawingOverlayEventArgs

RequestingDrawing

  • N/A
Remarks
  • N/A

Event Arguments:RequestingDrawingOverlayEventArgs

api/thinkgeo.mapsuite.winforms.editinteractiveoverlay.txt · Last modified: 2017/01/11 07:24 (external edit)