Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

OnMouseMove Method (RasterImageViewer)






A MouseEventArgs that contains the event data.
Occurs when the user moves the mouse over the control.
Syntax
protected override void OnMouseMove( 
   MouseEventArgs e
)
'Declaration
 
Protected Overrides Sub OnMouseMove( _
   ByVal e As MouseEventArgs _
) 
'Usage
 
Dim instance As RasterImageViewer
Dim e As MouseEventArgs
 
instance.OnMouseMove(e)

            

            
protected:
void OnMouseMove( 
   MouseEventArgs^ e
) override 

Parameters

e
A MouseEventArgs that contains the event data.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file