ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPThumbnail Class / ImGearXMPThumbnail Constructor / ImGearXMPThumbnail Constructor()




In This Topic
    ImGearXMPThumbnail Constructor()
    In This Topic
    Initializes a new instance of the ImGearXMPThumbnail class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPThumbnail()
    public ImGearXMPThumbnail()
    public: ImGearXMPThumbnail();
    public:
    ImGearXMPThumbnail();

    Return Value

    New instance of the ImGearXMPThumbnail class object.
    Remarks
    This constructor creates an empty instance of ImGearXMPThumbnail class.
    See Also