VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / GetThumbnailByLocation(Point) Method
Syntax Requirements SeeAlso
In This Topic
    GetThumbnailByLocation(Point) Method (WpfThumbnailViewer)
    In This Topic
    Returns the thumbnail by location.
    Syntax
    'Declaration
    
    Public Function GetThumbnailByLocation( _
    ByVal location
    The thumbnail location, in control space.
    As System.Windows.Point _
    ) As ThumbnailImageItem
    public ThumbnailImageItem GetThumbnailByLocation(
    System.Windows.Point location
    )
    public: ThumbnailImageItem* GetThumbnailByLocation(
    System.Windows.Point location
    )
    public:
    ThumbnailImageItem^ GetThumbnailByLocation(
    System.Windows.Point location
    )

    Parameters

    location
    The thumbnail location, in control space.

    Return Value

    Thumbnail if thumbnail is found ib specified location; otherwise, null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also