'Declaration Protected Overridable Function GetBitmapFromDataStorage( _
ByVal webImageInfoA web image info.As Vintasoft.Shared.Web.WebImageInfo _
) As Vintasoft.Imaging.VintasoftBitmap
protected virtual Vintasoft.Imaging.VintasoftBitmap GetBitmapFromDataStorage(
Vintasoft.Shared.Web.WebImageInfo webImageInfo
)
protected: virtual Vintasoft.Imaging.VintasoftBitmap* GetBitmapFromDataStorage(
Vintasoft.Shared.Web.WebImageInfo* webImageInfo
)
protected:
virtual Vintasoft.Imaging.VintasoftBitmap^ GetBitmapFromDataStorage(
Vintasoft.Shared.Web.WebImageInfo^ webImageInfo
)
Parameters
- webImageInfo
- A web image info.
Return Value
A bitmap of the specified image.