'Declaration Public Overloads Sub LockPixelsForSerialAccess( _
ByVal rectA Rectangle structure specifying the portion of the source image to lock.As System.Drawing.Rectangle, _
ByVal lockModeAn ImageLockMode enumeration specifying the access level (read/write) for the source image.As BitmapLockMode, _
ByVal pixelFormatPixel format to lock the source image.As PixelFormat _
)
public void LockPixelsForSerialAccess(
System.Drawing.Rectangle rect,
BitmapLockMode lockMode,
PixelFormat pixelFormat
)
public: void LockPixelsForSerialAccess(
System.Drawing.Rectangle* rect,
BitmapLockMode lockMode,
PixelFormat pixelFormat
)
public:
void LockPixelsForSerialAccess(
System.Drawing.Rectangle^ rect,
BitmapLockMode lockMode,
PixelFormat pixelFormat
)
Parameters
- rect
- A Rectangle structure specifying the portion of the source image to lock.
- lockMode
- An ImageLockMode enumeration specifying the access level (read/write) for the source image.
- pixelFormat
- Pixel format to lock the source image.