Error processing SSI file
(Leadtools.Controls)

Show in webframe

UpdateAutoItem Method




Current image viewer instance.
Current position of the cursor or touch.
Updates the Item property.
Syntax
protected virtual void UpdateAutoItem( 
   ImageViewer imageViewer,
   LeadPoint position
)
'Declaration
 
Protected Overridable Sub UpdateAutoItem( _
   ByVal imageViewer As ImageViewer, _
   ByVal position As LeadPoint _
) 

Parameters

imageViewer
Current image viewer instance.
position
Current position of the cursor or touch.
Remarks

If ImageViewerAutoItemMode.Item was specified in AutoItemMode, then this method will perform hit-testing and update Item if the conditions are met. It will also update ActiveItem if ImageViewerAutoItemMode.AutoSetActive was specified.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

Error processing SSI file