VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging Namespace / VintasoftBitmap Class / Lock Methods / Lock(Int32,Int32,Int32,Int32,BitmapLockMode) Method
Синтаксис Требования Смотрите также
В этом разделе
Lock(Int32,Int32,Int32,Int32,BitmapLockMode) Метод (VintasoftBitmap)
В этом разделе
Locks the bitmap data.
Синтаксис
'Declaration

Public Overloads Function Lock( _
ByVal x
The x coordinate.
As System.Int32, _
ByVal y
The y coordinate.
As System.Int32, _
ByVal width
The width.
As System.Int32, _
ByVal height
The height.
As System.Int32, _
ByVal lockMode
The lock mode.
As BitmapLockMode _
) As VintasoftBitmapData
public VintasoftBitmapData Lock(
System.Int32 x,
System.Int32 y,
System.Int32 width,
System.Int32 height,
BitmapLockMode lockMode
)

Parameters

x
The x coordinate.
y
The y coordinate.
width
The width.
height
The height.
lockMode
The lock mode.

Return Value

A new instance of VintasoftBitmapData.
Требования

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

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