[]
IWICBitmapLock
[Guid("00000123-a8f2-4877-ba0a-fd2b6645fb94")]
public class BitmapLock : ComObject, IDisposable, IUnknown
| Name | Description |
|---|---|
| BitmapLock(IntPtr) | Initializes a new instance of the BitmapLock class. |
| Name | Description |
|---|---|
| Data | Gets a pointer to the data. |
| Size | Gets the size. |
| Name | Description |
|---|---|
| GetDataPointer() | HRESULT IWICBitmapLock::GetDataPointer([Out] unsigned int* pcbBufferSize,[Out] void** ppbData) |
| GetDataPointer(out int) | HRESULT IWICBitmapLock::GetDataPointer([Out] unsigned int* pcbBufferSize,[Out] void** ppbData) |
| GetPixelFormat() | HRESULT IWICBitmapLock::GetPixelFormat([Out] GUID* pPixelFormat) |
| GetSize(out int, out int) | HRESULT IWICBitmapLock::GetSize([Out] unsigned int* puiWidth,[Out] unsigned int* puiHeight) |
| GetStride() | HRESULT IWICBitmapLock::GetStride([Out] unsigned int* pcbStride) |
| Name | Description |
|---|---|
| explicit operator BitmapLock(IntPtr) | Performs an explicit conversion from IntPtr to BitmapLock. |