'Declaration Public Overloads Overridable Function Decode( _
ByVal filenameThe name of file.As String _
) As Vintasoft.Imaging.VintasoftBitmap
public virtual Vintasoft.Imaging.VintasoftBitmap Decode(
string filename
)
public: virtual Vintasoft.Imaging.VintasoftBitmap* Decode(
string* filename
)
public:
virtual Vintasoft.Imaging.VintasoftBitmap^ Decode(
string^ filename
)
Parameters
- filename
- The name of file.
Return Value
A new instance of VintasoftBitmap class.