Accusoft.ThumbnailXpress6.Net
GetItemFromPoint(PointF) Method




A System.Drawing.PointF 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 PointF _
) As ThumbnailItem
'Usage
 
Dim instance As ThumbnailXpress
Dim point As PointF
Dim value As ThumbnailItem
 
value = instance.GetItemFromPoint(point)
public ThumbnailItem GetItemFromPoint( 
   PointF point
)
public: ThumbnailItem* GetItemFromPoint( 
   PointF point
) 
public:
ThumbnailItem^ GetItemFromPoint( 
   PointF point
) 

Parameters

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

Return Value

Thumbnail item containing the provided point. Returns null if point is not over an image.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback