[]
HRESULT IWICPlanarFormatConverter::Initialize([In, Buffer] IWICBitmapSource** ppPlanes,[In] unsigned int cPlanes,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate)
public void Initialize(BitmapSource[] planesOut, int planes, Guid dstFormat, BitmapDitherType dither, Palette paletteRef, double alphaThresholdPercent, BitmapPaletteType paletteTranslate)
| Type | Name | Description |
|---|---|---|
| BitmapSource[] | planesOut | |
| int | planes | |
| Guid | dstFormat | |
| BitmapDitherType | dither | |
| Palette | paletteRef | |
| double | alphaThresholdPercent | |
| BitmapPaletteType | paletteTranslate |
HRESULT IWICPlanarFormatConverter::Initialize([In, Buffer] IWICBitmapSource** ppPlanes,[In] unsigned int cPlanes,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate)
public void Initialize(ComArray<BitmapSource> planesOut, int planes, Guid dstFormat, BitmapDitherType dither, Palette paletteRef, double alphaThresholdPercent, BitmapPaletteType paletteTranslate)
| Type | Name | Description |
|---|---|---|
| ComArray<BitmapSource> | planesOut | |
| int | planes | |
| Guid | dstFormat | |
| BitmapDitherType | dither | |
| Palette | paletteRef | |
| double | alphaThresholdPercent | |
| BitmapPaletteType | paletteTranslate |