IBitmapData interface (xamlom.h)
Represents an image associated with a node in the visual tree.
Inheritance
The IBitmapData interface inherits from the IUnknown interface. IBitmapData also has these types of members:
Methods
The IBitmapData interface has these methods.
IBitmapData::CopyBytesTo Copies up to the specified maximum number of bytes from the given offset in the bitmap data into the caller’s buffer (pvBytes), and returns the number of bytes copied. |
IBitmapData::GetBitmapDescription Gets a BitmapDescription that describes the bitmap data stored in the IBitmapData. |
IBitmapData::GetSourceBitmapDescription Gets a BitmapDescription that describes the original format of the bitmap data stored in the IBitmapData. |
IBitmapData::GetStride Gets the stride of the data. This is the length in bytes of each row of the bitmap. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1607 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | xamlom.h |