'Declaration Public Overloads Function GetThumbnailImage( _
ByVal widthWidth of a thumbnail image.As System.Int32, _
ByVal heightHeight of a thumbnail image.As System.Int32, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As VintasoftImage
public VintasoftImage GetThumbnailImage(
System.Int32 width,
System.Int32 height,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: VintasoftImage* GetThumbnailImage(
System.Int32 width,
System.Int32 height,
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
VintasoftImage^ GetThumbnailImage(
System.Int32 width,
System.Int32 height,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
Parameters
- width
- Width of a thumbnail image.
- height
- Height of a thumbnail image.
- progressDelegate
- Progress delegate.
Return Value
The thumbnail image.