'Declaration Public Overloads Function Lock( _
ByVal xThe x coordinate.As System.Int32, _
ByVal yThe y coordinate.As System.Int32, _
ByVal widthThe width.As System.Int32, _
ByVal heightThe height.As System.Int32, _
ByVal lockModeThe lock mode.As BitmapLockMode, _
ByVal pixelFormatThe pixel format.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
- 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.