VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / GetThumbnailRectangle(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetThumbnailRectangle(Int32) Method (ThumbnailViewer)
    In This Topic
    Returns the thumbnail rectangle in control space.
    Syntax
    'Declaration
    
    Protected Function GetThumbnailRectangle( _
    ByVal index
    The zero-based index of thumbnail.
    As System.Int32 _
    ) As System.Drawing.RectangleF
    protected System.Drawing.RectangleF GetThumbnailRectangle(
    System.Int32 index
    )
    protected: System.Drawing.RectangleF* GetThumbnailRectangle(
    System.Int32 index
    )
    protected:
    System.Drawing.RectangleF^ GetThumbnailRectangle(
    System.Int32 index
    )

    Parameters

    index
    The zero-based index of thumbnail.

    Return Value

    The thumbnail rectangle in control space..
    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