LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

RasterThumbnailBrowserLoadThumbnailEventArgs Constructor(RasterImageListItem,String,Int32,Int32)






The item to load.
The physical path to the file to load.
A zero-based integer that specifies the current position in number of items to load.
An integer value that represents the total number of items to load.
Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.
Syntax
public RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem item,
   string fileName,
   int index,
   int total
)
'Declaration
 
Public Function New( _
   ByVal item As RasterImageListItem, _
   ByVal fileName As String, _
   ByVal index As Integer, _
   ByVal total As Integer _
)
'Usage
 
Dim item As RasterImageListItem
Dim fileName As String
Dim index As Integer
Dim total As Integer
 
Dim instance As New RasterThumbnailBrowserLoadThumbnailEventArgs(item, fileName, index, total)
public RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem item,
   string fileName,
   int index,
   int total
)
function RasterThumbnailBrowserLoadThumbnailEventArgs( 
   item ,
   fileName ,
   index ,
   total 
)
public:
RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem^ item,
   String^ fileName,
   int index,
   int total
)

Parameters

item
The item to load.
fileName
The physical path to the file to load.
index
A zero-based integer that specifies the current position in number of items to load.
total
An integer value that represents the total number of items to load.
Remarks
This constructor is meant to be called internally from the LEADTOOLS for .NET framework.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowserLoadThumbnailEventArgs Class
RasterThumbnailBrowserLoadThumbnailEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.