D2D1_MAPPED_RECT

<summary> Describes mapped memory from the ID2D1Bitmap1::Map API. </summary>

version(Windows)
struct D2D1_MAPPED_RECT {}

Members

Variables

bits
BYTE* bits;
Undocumented in source.
pitch
UINT32 pitch;
Undocumented in source.

Meta