ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / Palette Class / Initialize Method / Initialize(BitmapPaletteType,Bool) Method

In This Topic
    Initialize(BitmapPaletteType,Bool) Method
    In This Topic
    HRESULT IWICPalette::InitializePredefined([In] WICBitmapPaletteType ePaletteType,[In] BOOL fAddTransparentColor)
    Syntax
    'Declaration
     
    Public Overloads Sub Initialize( _
       ByVal ePaletteType As BitmapPaletteType, _
       ByVal fAddTransparentColor As Bool _
    ) 
    public void Initialize( 
       BitmapPaletteType ePaletteType,
       Bool fAddTransparentColor
    )

    Parameters

    ePaletteType
    fAddTransparentColor
    See Also