IState Interface | ![]() |
Namespace: Telogis.GeoBase.ShapeUI.State
The IState type exposes the following members.
Name | Description | |
---|---|---|
![]() | Apply |
Applies any changes made while in this state.
|
![]() | Begin |
Called when the layer enters this state.
|
![]() | End |
Called when the layer exits this state.
|
![]() | OnMouseClick |
Mouse-click handler for this state.
|
![]() | OnMouseDown |
Mouse-down handler for this state.
|
![]() | OnMouseLeave |
Mouse-leave handler for this state.
|
![]() | OnMouseMove |
Mouse-move handler for this state.
|
![]() | OnMouseUp |
Mouse-up handler for this state.
|
![]() | Render |
Called to render this state.
|