'Declaration Public Overloads MustOverride Function Decode( _
ByVal streamThe stream that contains image data.As System.IO.Stream _
) As Vintasoft.Imaging.VintasoftBitmap
public abstract Vintasoft.Imaging.VintasoftBitmap Decode(
System.IO.Stream stream
)
public: abstract Vintasoft.Imaging.VintasoftBitmap* Decode(
System.IO.Stream* stream
)
public:
abstract Vintasoft.Imaging.VintasoftBitmap^ Decode(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream that contains image data.
Return Value
A new instance of VintasoftBitmap class.