Click or drag to resize

BaseState Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The BaseState type exposes the following members.

Methods
  NameDescription
Public methodApply
Applies any changes made while in this state.
Public methodBegin
Called when the layer enters this state.
Public methodEnd
Called when the layer exits this state.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnMouseClick
Mouse-click handler for this state.
Public methodOnMouseDown
Mouse-down handler for this state.
Public methodOnMouseLeave
Mouse-leave handler for this state.
Public methodOnMouseMove
Mouse-move handler for this state.
Public methodOnMouseUp
Mouse-up handler for this state.
Public methodProject
Projects a LatLon into a point on the layer's map.
Public methodRender
Called to render this state.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnproject
Unprojects a point on the layer's map into a LatLon.
Top
See Also