'Declaration Public Function New( _
ByVal thumbnailМиниатюра.As Vintasoft.Imaging.Thumbnail, _
ByVal thumbnailWidthШирина миниатюры.As System.Int32, _
ByVal thumbnailHeightВысота миниатюры.As System.Int32 _
)
public ThumbnailLoadedEventArgs(
Vintasoft.Imaging.Thumbnail thumbnail,
System.Int32 thumbnailWidth,
System.Int32 thumbnailHeight
)
public: ThumbnailLoadedEventArgs(
Vintasoft.Imaging.Thumbnail* thumbnail,
System.Int32 thumbnailWidth,
System.Int32 thumbnailHeight
)
public:
ThumbnailLoadedEventArgs(
Vintasoft.Imaging.Thumbnail^ thumbnail,
System.Int32 thumbnailWidth,
System.Int32 thumbnailHeight
)
Parameters
- thumbnail
- Миниатюра.
- thumbnailWidth
- Ширина миниатюры.
- thumbnailHeight
- Высота миниатюры.