VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailAppearance Class / ThumbnailAppearance Constructors / ThumbnailAppearance Constructor(ThumbnailAppearance)
Syntax Requirements SeeAlso
In This Topic
    ThumbnailAppearance Constructor(ThumbnailAppearance)
    In This Topic
    Initializes a new instance of the ThumbnailAppearance class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal appearance
    The ThumbnailAppearance to copy.
    As ThumbnailAppearance _
    )
    public ThumbnailAppearance(
    ThumbnailAppearance appearance
    )
    public: ThumbnailAppearance(
    ThumbnailAppearance* appearance
    )
    public:
    ThumbnailAppearance(
    ThumbnailAppearance^ appearance
    )

    Parameters

    appearance
    The ThumbnailAppearance to copy.
    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