[]
        
(Showing Draft Content)

C1.Util.DX.WIC.PlanarFormatConverter.Initialize

Initialize Method

Initialize(BitmapSource[], int, Guid, BitmapDitherType, Palette, double, BitmapPaletteType)

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)

Declaration
public void Initialize(BitmapSource[] planesOut, int planes, Guid dstFormat, BitmapDitherType dither, Palette paletteRef, double alphaThresholdPercent, BitmapPaletteType paletteTranslate)
Parameters
Type Name Description
BitmapSource[] planesOut
int planes
Guid dstFormat
BitmapDitherType dither
Palette paletteRef
double alphaThresholdPercent
BitmapPaletteType paletteTranslate

Initialize(ComArray<BitmapSource>, int, Guid, BitmapDitherType, Palette, double, BitmapPaletteType)

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)

Declaration
public void Initialize(ComArray<BitmapSource> planesOut, int planes, Guid dstFormat, BitmapDitherType dither, Palette paletteRef, double alphaThresholdPercent, BitmapPaletteType paletteTranslate)
Parameters
Type Name Description
ComArray<BitmapSource> planesOut
int planes
Guid dstFormat
BitmapDitherType dither
Palette paletteRef
double alphaThresholdPercent
BitmapPaletteType paletteTranslate