Serial port and GPS

BmpMapForm.OnMouseUp Method 

Ends the image shifting process

[Visual Basic]
Overrides Protected Sub OnMouseUp( _
   ByVal e As MouseEventArgs _
)
[C#]
protected override void OnMouseUp(
   MouseEventArgs e
);

Parameters

e
for mouse button estimation

Remarks

If the left mouse button is released, then the method resets the initial mouse positions m_mouseoldx and m_mouseoldy to invalid values.

See Also

BmpMapForm Class | serial Namespace | OnMouseDown | OnMouseMove | m_mouseoldx | m_mouseoldy