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

    Parameters

    width
    Image width.
    height
    Image height.
    resolution
    Image resolution.
    pixelFormat
    Image pixel format.
    palette
    Image palette.
    stride
    Image data stride.
    Requirements

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

    See Also