'Declaration Public Overloads Function Lock( _ ByVal flags As BitmapLockFlags _ ) As BitmapLock
public BitmapLock Lock( BitmapLockFlags flags )
Parameters
- flags
The access mode you wish to obtain for the lock. This is a bitwise combination of BitmapLockFlags for read, write, or read and write access.
Value Meaning The read access lock.
The write access lock.
?
Return Value
A reference that receives the locked memory location.