'Declaration
Public Overloads Function ItemFromPoint( _ ByVal pt As NPoint _ ) As NGalleryItem
'Usage
Dim instance As NGalleryPanel Dim pt As NPoint Dim value As NGalleryItem value = instance.ItemFromPoint(pt)
public NGalleryItem ItemFromPoint( NPoint pt )
Parameters
- pt