'Declaration Public Overloads MustOverride Sub Encode( _
ByVal bitmapThe bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal streamThe stream.As System.IO.Stream, _
ByVal codecNameName of the codec, which should be used for encoding bitmap.As String _
)
public abstract void Encode(
Vintasoft.Imaging.VintasoftBitmap bitmap,
System.IO.Stream stream,
string codecName
)
public: abstract void Encode(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
System.IO.Stream* stream,
string* codecName
)
public:
abstract void Encode(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
System.IO.Stream^ stream,
string^ codecName
)
Parameters
- bitmap
- The bitmap.
- stream
- The stream.
- codecName
- Name of the codec, which should be used for encoding bitmap.