VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging Namespace / VintasoftBitmap Class / VintasoftBitmap Constructor(Int32,Int32,Int32,Resolution,PixelFormat,Palette,Boolean)
Синтаксис Требования Смотрите также
В этом разделе
VintasoftBitmap Constructor(Int32,Int32,Int32,Resolution,PixelFormat,Palette,Boolean)
В этом разделе
Initializes a new instance of the VintasoftBitmap class.
Синтаксис
'Declaration

Protected Function New( _
ByVal width
The width.
As System.Int32, _
ByVal height
The height.
As System.Int32, _
ByVal stride
The stride.
As System.Int32, _
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 _
)
protected VintasoftBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 stride,
Resolution resolution,
PixelFormat pixelFormat,
Palette palette,
bool isNewBitmap
)

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.
Требования

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

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