[]
        
(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)
Public Sub Initialize(planesOut As BitmapSource(), planes As Integer, dstFormat As Guid, dither As BitmapDitherType, paletteRef As Palette, alphaThresholdPercent As Double, paletteTranslate As BitmapPaletteType)
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)
Public Sub Initialize(planesOut As ComArray(Of BitmapSource), planes As Integer, dstFormat As Guid, dither As BitmapDitherType, paletteRef As Palette, alphaThresholdPercent As Double, paletteTranslate As BitmapPaletteType)
Parameters
Type Name Description
ComArray<BitmapSource> planesOut
int planes
Guid dstFormat
BitmapDitherType dither
Palette paletteRef
double alphaThresholdPercent
BitmapPaletteType paletteTranslate