IWICFormatConverter

Undocumented in source.

Members

Functions

CanConvert
HRESULT CanConvert(REFWICPixelFormatGUID srcPixelFormat, REFWICPixelFormatGUID dstPixelFormat, BOOL* pfCanConvert)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Initialize
HRESULT Initialize(IWICBitmapSource pISource, REFWICPixelFormatGUID dstFormat, WICBitmapDitherType dither, IWICPalette pIPalette, double alphaThresholdPercent, WICBitmapPaletteType paletteTranslate)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From IWICBitmapSource

GetSize
HRESULT GetSize(UINT* puiWidth, UINT* puiHeight)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPixelFormat
HRESULT GetPixelFormat(WICPixelFormatGUID* pPixelFormat)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetResolution
HRESULT GetResolution(double* pDpiX, double* pDpiY)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CopyPalette
HRESULT CopyPalette(IWICPalette pIPalette)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CopyPixels
HRESULT CopyPixels(const(WICRect)* prc, UINT cbStride, UINT cbBufferSize, BYTE* pbBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta