BitmapLocker Class
Visual Studio 2015
A disposable helper class that helps lock and unlock bitmap bits.
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
| Name | Description | |
|---|---|---|
![]() | BitmapLocker(Bitmap^) | Locks the bits for the specified bitmap in read-only mode. |
![]() | BitmapLocker(Bitmap^, ImageLockMode) | Locks the bits for the bitmap. |
![]() | BitmapLocker(Bitmap^, ImageLockMode, Rectangle) | Locks the bits for the bitmap. |
| Name | Description | |
|---|---|---|
![]() | Bitmap | Gets the bitmap locked by this BitmapLocker. |
![]() | BitmapData | Gets the BitmapData for the bitmap locked by this object |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Unlocks the bits and disposes this object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


