'Declaration <ExtensionAttribute()> Public Overloads Shared Function GetAsBitmap( _
ByVal imageThe image.As VintasoftImage, _
ByVal loadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As System.Drawing.Bitmap
[Extension()] public static System.Drawing.Bitmap GetAsBitmap(
VintasoftImage image,
System.EventHandler<ProgressEventArgs> loadingProgress
)
[Extension()] public: static System.Drawing.Bitmap GetAsBitmap(
VintasoftImage* image,
System.EventHandler<ProgressEventArgs*>* loadingProgress
)
[Extension()] public:
static System.Drawing.Bitmap GetAsBitmap(
VintasoftImage^ image,
System.EventHandler<ProgressEventArgs^>^ loadingProgress
)
Parameters
- image
- The image.
- loadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
The System.Drawing.Image object.