In This Topic
Copies the specified region from memory into the current bitmap.
Overload List
Overload | Description |
CopyFromMemory(IntPtr,Int32) | Copies the specified region from memory into the current bitmap. |
CopyFromMemory(Byte[],Int32) | Copies the specified region from memory into the current bitmap. |
CopyFromMemory<T>(T[],Int32) | Copies the specified region from memory into the current bitmap. |
CopyFromMemory(IntPtr,Int32,RectL) | Copies the specified region from memory into the current bitmap. |
CopyFromMemory(Byte[],Int32,RectL) | Copies the specified region from memory into the current bitmap. |
CopyFromMemory<T>(T[],Int32,RectL) | Copies the specified region from memory into the current bitmap. |
CopyFromMemory(Nullable<RectL>,IntPtr,Int32) | HRESULT ID2D1Bitmap::CopyFromMemory([In, Optional] const D2D_RECT_U* dstRect,[In] const void* srcData,[In] unsigned int pitch) |
See Also