ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class / ImGearThumbnailItem Constructor / ImGearThumbnailItem Constructor(ImGearThumbnailCtl,ImGearLoadingSelection,String,Int32)
Reference to the parent ImGearThumbnailCtl object.
Reference to ImGearLoadingSelection object containing path and format of the original file.
Thumbnail item's title.
Page number.




In This Topic
    ImGearThumbnailItem Constructor(ImGearThumbnailCtl,ImGearLoadingSelection,String,Int32)
    In This Topic
    Initializes a new instance of the ImGearThumbnailItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As ImGearThumbnailCtl, _
       ByVal loadingSelection As ImGearLoadingSelection, _
       ByVal title As String, _
       ByVal pageNumber As Integer _
    )
    'Usage
     
    Dim parent As ImGearThumbnailCtl
    Dim loadingSelection As ImGearLoadingSelection
    Dim title As String
    Dim pageNumber As Integer
     
    Dim instance As New ImGearThumbnailItem(parent, loadingSelection, title, pageNumber)
    public ImGearThumbnailItem( 
       ImGearThumbnailCtl parent,
       ImGearLoadingSelection loadingSelection,
       string title,
       int pageNumber
    )
    public: ImGearThumbnailItem( 
       ImGearThumbnailCtl* parent,
       ImGearLoadingSelection* loadingSelection,
       string* title,
       int pageNumber
    )
    public:
    ImGearThumbnailItem( 
       ImGearThumbnailCtl^ parent,
       ImGearLoadingSelection^ loadingSelection,
       String^ title,
       int pageNumber
    )

    Parameters

    parent
    Reference to the parent ImGearThumbnailCtl object.
    loadingSelection
    Reference to ImGearLoadingSelection object containing path and format of the original file.
    title
    Thumbnail item's title.
    pageNumber
    Page number.

    Return Value

    New instance of ImGearThumbnailItem class.
    See Also