VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / UnmanagedBitmapFactory Class / CreateBitmap Methods / CreateBitmap(Int32,Int32,Int32,Resolution,PixelFormat,Palette) Method
Syntax Requirements SeeAlso
In This Topic
    CreateBitmap(Int32,Int32,Int32,Resolution,PixelFormat,Palette) Method (UnmanagedBitmapFactory)
    In This Topic
    Creates a bitmap with specified parameters.
    Syntax

    Parameters

    width
    The width.
    height
    The height.
    stride
    The stride.
    resolution
    The resolution.
    pixelFormat
    The pixel format.
    palette
    The palette.

    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