ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / SetPalette Method

In This Topic
    SetPalette Method (C1Bitmap)
    In This Topic
    Sets the new color table for the bitmap.
    Syntax
    'Declaration
     
    Public Sub SetPalette( _
       ByVal palette As C1Bitmap.Palette _
    ) 
    public void SetPalette( 
       C1Bitmap.Palette palette
    )

    Parameters

    palette
    See Also