Click or drag to resize

ShapeLayerOnMouseDown Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calls mouse down on the layer's current state.

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

Parameters

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

Return Value

Type: Boolean
True if the down mouse movement was successfully handled.
See Also