'Declaration Public Overloads Overrides Function Decode( _
ByVal streamThe stream that contains BMP, JPEG or PNG image file.As System.IO.Stream _
) As Vintasoft.Imaging.VintasoftBitmap
public override Vintasoft.Imaging.VintasoftBitmap Decode(
System.IO.Stream stream
)
public: Vintasoft.Imaging.VintasoftBitmap* Decode(
System.IO.Stream* stream
); override
public:
Vintasoft.Imaging.VintasoftBitmap^ Decode(
System.IO.Stream^ stream
); override
Parameters
- stream
- The stream that contains BMP, JPEG or PNG image file.
Return Value
A new instance of VintasoftBitmap class.