VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftBitmap Class / VintasoftBitmap Constructor(Int32,Int32,Int32,Resolution,PixelFormat,Palette,Boolean)
Syntax Requirements SeeAlso
In This Topic
VintasoftBitmap Constructor(Int32,Int32,Int32,Resolution,PixelFormat,Palette,Boolean)
In This Topic
Initializes a new instance of the VintasoftBitmap class.
Syntax
'Declaration

Protected Function New( _
ByVal width
The width.
As Integer, _
ByVal height
The height.
As Integer, _
ByVal stride
The stride.
As Integer, _
ByVal resolution
The resolution.
As Resolution, _
ByVal pixelFormat
The pixel format.
As PixelFormat, _
ByVal palette
The palette.
As Palette, _
ByVal isNewBitmap
A value indicating whether to create a new bitmap.
As Boolean _
)

Parameters

width
The width.
height
The height.
stride
The stride.
resolution
The resolution.
pixelFormat
The pixel format.
palette
The palette.
isNewBitmap
A value indicating whether to create a new bitmap.
Requirements

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

See Also