Click or drag to resize

PolygonEditStateOnMouseMove Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Handles mouse movements by either checking whether a vertex or edge should be highlighted or moving a selected vertex.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool OnMouseMove(
	Object sender,
	MouseEventArgs e
)

Parameters

sender
Type: SystemObject
The object from the base event.
e
Type: System.Windows.FormsMouseEventArgs
The mouse event arguments.

Return Value

Type: Boolean
true

Implements

IStateOnMouseMove(Object, MouseEventArgs)
IStateOnMouseMove(Object, MouseEventArgs)
See Also