'Declaration Public Overloads Function CreateBitmap( _
ByVal filenameThe filename of bitmap.As System.String, _
ByVal allowUndefinedPixelFormatA value indicating whether a new bitmap can have Vintasoft.Imaging.PixelFormat.Undefined pixel format.As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public Vintasoft.Imaging.VintasoftBitmap CreateBitmap(
System.String filename,
bool allowUndefinedPixelFormat
)
public: Vintasoft.Imaging.VintasoftBitmap* CreateBitmap(
System.String filename,
bool allowUndefinedPixelFormat
)
public:
Vintasoft.Imaging.VintasoftBitmap^ CreateBitmap(
System.String filename,
bool allowUndefinedPixelFormat
)
Parameters
- filename
- The filename of bitmap.
- allowUndefinedPixelFormat
- A value indicating whether a new bitmap can have Vintasoft.Imaging.PixelFormat.Undefined pixel format.
Return Value
A new bitmap object.