Serial port and GPS

BmpMapForm.OnMouseDown Method 

Starts the image shifting process

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

Parameters

e
for mouse button estimation

Remarks

If the left mouse button has been pressed, the stores the current mouse position as the initial mouse position in m_mouseoldx and m_mouseoldy.

See Also

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