'Declaration Public Overloads Shared Function GetSourceBitmap( _
ByVal imageVintasoftImage object.As Vintasoft.Imaging.VintasoftImage, _
ByVal loadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftBitmap
public static Vintasoft.Imaging.VintasoftBitmap GetSourceBitmap(
Vintasoft.Imaging.VintasoftImage image,
System.EventHandler<ProgressEventArgs> loadingProgress
)
public: static Vintasoft.Imaging.VintasoftBitmap* GetSourceBitmap(
Vintasoft.Imaging.VintasoftImage* image,
System.EventHandler<ProgressEventArgs*>* loadingProgress
)
public:
static Vintasoft.Imaging.VintasoftBitmap^ GetSourceBitmap(
Vintasoft.Imaging.VintasoftImage^ image,
System.EventHandler<ProgressEventArgs^>^ loadingProgress
)
Parameters
- image
- VintasoftImage object.
- loadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
The source VintasoftBitmap of VintasoftImage object.