Accusoft.ThumbnailXpress6.Net
GetItemFromPoint(Point) Method




A System.Drawing.Point which represents the location of a point in the control. The point values should be in client coordinates.
Returns the thumbnail item containing the window point provided.
Syntax
'Declaration
 
Public Overloads Function GetItemFromPoint( _
   ByVal point As Point _
) As ThumbnailItem
'Usage
 
Dim instance As ThumbnailXpress
Dim point As Point
Dim value As ThumbnailItem
 
value = instance.GetItemFromPoint(point)
public ThumbnailItem GetItemFromPoint( 
   Point point
)
public: ThumbnailItem* GetItemFromPoint( 
   Point point
) 
public:
ThumbnailItem^ GetItemFromPoint( 
   Point point
) 

Parameters

point
A System.Drawing.Point which represents the location of a point in the control. The point values should be in client coordinates.

Return Value

A ThumbnailItem containing the provided point. Returns null if point is not over an image.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback