- CopyPixels
HRESULT CopyPixels(const(WICRect)* prc, UINT uiWidth, UINT uiHeight, WICPixelFormatGUID* pguidDstFormat, WICBitmapTransformOptions dstTransform, UINT nStride, 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.
- DoesSupportTransform
HRESULT DoesSupportTransform(WICBitmapTransformOptions dstTransform, BOOL* pfIsSupported)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetClosestPixelFormat
HRESULT GetClosestPixelFormat(WICPixelFormatGUID* pguidDstFormat)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetClosestSize
HRESULT GetClosestSize(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.