'Declaration Public Overloads Sub Encode( _
ByVal bitmapThe bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal filenameThe name of file.As String _
)
public void Encode(
Vintasoft.Imaging.VintasoftBitmap bitmap,
string filename
)
public: void Encode(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
string* filename
)
public:
void Encode(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
string^ filename
)
Parameters
- bitmap
- The bitmap.
- filename
- The name of file.