'Declaration Public Overloads Overridable Sub Encode( _
ByVal bitmapThe bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal filenameThe name of file.As String, _
ByVal codecNameName of the codec, which should be used for encoding bitmap.As String _
)
public virtual void Encode(
Vintasoft.Imaging.VintasoftBitmap bitmap,
string filename,
string codecName
)
Parameters
- bitmap
- The bitmap.
- filename
- The name of file.
- codecName
- Name of the codec, which should be used for encoding bitmap.