'Declaration Public Overloads Function Lock( _
ByVal xThe x coordinate.As Integer, _
ByVal yThe y coordinate.As Integer, _
ByVal widthThe width.As Integer, _
ByVal heightThe height.As Integer, _
ByVal lockModeThe lock mode.As BitmapLockMode, _
ByVal pixelFormatThe pixel format.As Vintasoft.Imaging.PixelFormat _
) As VintasoftBitmapData
public VintasoftBitmapData Lock(
int x,
int y,
int width,
int height,
BitmapLockMode lockMode,
Vintasoft.Imaging.PixelFormat pixelFormat
)
public: VintasoftBitmapData* Lock(
int x,
int y,
int width,
int height,
BitmapLockMode lockMode,
Vintasoft.Imaging.PixelFormat pixelFormat
)
public:
VintasoftBitmapData^ Lock(
int x,
int y,
int width,
int height,
BitmapLockMode lockMode,
Vintasoft.Imaging.PixelFormat pixelFormat
)
Parameters
- x
- The x coordinate.
- y
- The y coordinate.
- width
- The width.
- height
- The height.
- lockMode
- The lock mode.
- pixelFormat
- The pixel format.
Return Value
A new instance of VintasoftBitmapData.