ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearCADPage Class / UpdatePalette Method / UpdatePalette(Int32,UInt32) Method
The index of the color to update in the palette.
The new value to set at given index




In This Topic
    UpdatePalette(Int32,UInt32) Method
    In This Topic
    Updates single value in color palette
    Syntax
    'Declaration
     
    Public Overloads Sub UpdatePalette( _
       ByVal index As Integer, _
       ByVal value As UInteger _
    ) 
    'Usage
     
    Dim instance As ImGearCADPage
    Dim index As Integer
    Dim value As UInteger
     
    instance.UpdatePalette(index, value)
    public void UpdatePalette( 
       int index,
       uint value
    )
    public: void UpdatePalette( 
       int index,
       uint value
    ) 
    public:
    void UpdatePalette( 
       int index,
       uint value
    ) 

    Parameters

    index
    The index of the color to update in the palette.
    value
    The new value to set at given index
    Remarks
    Will reset the graphical device.
    See Also