'Declaration Public Overloads Function Lock( _
ByVal xX координата.As System.Int32, _
ByVal yY координата.As System.Int32, _
ByVal widthШирина.As System.Int32, _
ByVal heightВысота.As System.Int32, _
ByVal lockModeРежим блокировки.As BitmapLockMode, _
ByVal pixelFormatФормат пикселей.As PixelFormat _
) As VintasoftBitmapData
public VintasoftBitmapData Lock(
System.Int32 x,
System.Int32 y,
System.Int32 width,
System.Int32 height,
BitmapLockMode lockMode,
PixelFormat pixelFormat
)
public: VintasoftBitmapData* Lock(
System.Int32 x,
System.Int32 y,
System.Int32 width,
System.Int32 height,
BitmapLockMode lockMode,
PixelFormat pixelFormat
)
public:
VintasoftBitmapData^ Lock(
System.Int32 x,
System.Int32 y,
System.Int32 width,
System.Int32 height,
BitmapLockMode lockMode,
PixelFormat pixelFormat
)
Parameters
- x
- X координата.
- y
- Y координата.
- width
- Ширина.
- height
- Высота.
- lockMode
- Режим блокировки.
- pixelFormat
- Формат пикселей.
Return Value
Новый экземпляр VintasoftBitmapData.