'Declaration Public Overloads Overrides Function CreateBitmap( _
ByVal streamThe stream.As System.IO.Stream, _
ByVal allowUndefinedPixelFormatA value indicating whether a new bitmap can have Vintasoft.Imaging.PixelFormat.Undefined pixel format.As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public override Vintasoft.Imaging.VintasoftBitmap CreateBitmap(
System.IO.Stream stream,
bool allowUndefinedPixelFormat
)
public: Vintasoft.Imaging.VintasoftBitmap* CreateBitmap(
System.IO.Stream* stream,
bool allowUndefinedPixelFormat
); override
public:
Vintasoft.Imaging.VintasoftBitmap^ CreateBitmap(
System.IO.Stream^ stream,
bool allowUndefinedPixelFormat
); override
Parameters
- stream
- The stream.
- allowUndefinedPixelFormat
- A value indicating whether a new bitmap can have Vintasoft.Imaging.PixelFormat.Undefined pixel format.
Return Value
A new bitmap object.