Class WIC.BitmapFrameDecode
Wraps IWICBitmapFrameDecode — a single decoded image frame.
Inherits IWICBitmapSource methods (GetSize, CopyPixels) at vtable [3] and [7].
public class WIC.BitmapFrameDecode : COM.Unknown, IDisposable
- Inheritance
-
WIC.BitmapFrameDecode
- Implements
- Inherited Members
Constructors
BitmapFrameDecode(void*)
public BitmapFrameDecode(void* ptr)
Parameters
ptrvoid*
Fields
IID
public static readonly Guid IID
Field Value
Methods
CopyPixels(uint, uint, byte*)
Copies decoded pixels into buffer (full image, no rect clipping).
vtable [7] — IWICBitmapSource::CopyPixels
public void CopyPixels(uint stride, uint bufferSize, byte* buffer)
Parameters
GetSize(out uint, out uint)
Returns the pixel dimensions of the frame. vtable [3] — IWICBitmapSource::GetSize
public void GetSize(out uint width, out uint height)