VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateBitmap Methods / CreateBitmap(String) Method
Syntax Requirements SeeAlso
In This Topic
    CreateBitmap(String) Method (DrawingFactory)
    In This Topic
    Creates a bitmap that contains image that is decoded from specified file using embedded decoder.
    Syntax
    'Declaration
    
    Public Overloads Function CreateBitmap( _
    ByVal filename
    The filename of bitmap.
    As System.String _
    ) As Vintasoft.Imaging.VintasoftBitmap
    public Vintasoft.Imaging.VintasoftBitmap CreateBitmap(
    System.String filename
    )
    public: Vintasoft.Imaging.VintasoftBitmap* CreateBitmap(
    System.String filename
    )
    public:
    Vintasoft.Imaging.VintasoftBitmap^ CreateBitmap(
    System.String filename
    )

    Parameters

    filename
    The filename of bitmap.

    Return Value

    A new bitmap object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also