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

In This Topic
    Initialize(IntPtr,Int32) Method
    In This Topic
    HRESULT IWICPalette::InitializeCustom([In, Buffer] void* pColors,[In] unsigned int cCount)
    Syntax
    'Declaration
     
    Public Overloads Sub Initialize( _
       ByVal colorsRef As System.IntPtr, _
       ByVal count As System.Integer _
    ) 
    public void Initialize( 
       System.IntPtr colorsRef,
       System.int count
    )

    Parameters

    colorsRef
    count
    See Also