ImageGear .NET v24.12 - Updated
UpdatePalette(Int32,UInt32) Method




ImageGear24.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
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

Reference

ImGearCADPage Class
ImGearCADPage Members
Overload List