'宣言 Public Overloads Function Lock( _ ByVal flags As BitmapLockFlags _ ) As BitmapLock
public BitmapLock Lock( BitmapLockFlags flags )
パラメータ
- 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.
?
戻り値の型
A reference that receives the locked memory location.