VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / UnmanagedBitmap Class / UnmanagedBitmap Constructors / UnmanagedBitmap Constructor(Int32,Int32,Int32,Resolution,PixelFormat,Palette)
Синтаксис Требования Смотрите также
В этом разделе
UnmanagedBitmap Constructor(Int32,Int32,Int32,Resolution,PixelFormat,Palette)
В этом разделе
Initializes a new instance of the T:Vintasoft.Imaging.UnmanagedBitmap class.
Синтаксис
'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 Resolution, _
ByVal palette
Image palette.
As PixelFormat, _
ByVal stride
Image data stride.
As Palette _
)

Parameters

width
Image width.
height
Image height.
resolution
Image resolution.
pixelFormat
Image pixel format.
palette
Image palette.
stride
Image data stride.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также