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