VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / ManagedBitmap Class / ManagedBitmap Constructors / ManagedBitmap Constructor(Int32,Int32,PixelFormat)
Syntax Requirements SeeAlso
In This Topic
    ManagedBitmap Constructor(Int32,Int32,PixelFormat)
    In This Topic
    Initializes a new instance of the ManagedBitmap class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal width
    Image width.
    As Integer, _
    ByVal height
    Image height.
    As Integer, _
    ByVal pixelFormat
    Image pixel format.
    As Vintasoft.Imaging.PixelFormat _
    )
    public ManagedBitmap(
    int width,
    int height,
    Vintasoft.Imaging.PixelFormat pixelFormat
    )
    public: ManagedBitmap(
    int width,
    int height,
    Vintasoft.Imaging.PixelFormat pixelFormat
    )
    public:
    ManagedBitmap(
    int width,
    int height,
    Vintasoft.Imaging.PixelFormat pixelFormat
    )

    Parameters

    width
    Image width.
    height
    Image height.
    pixelFormat
    Image pixel format.
    Requirements

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

    See Also