ComponentOne Bitmap for WPF
GetColors Method

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > Palette Class : GetColors Method
HRESULT IWICPalette::GetColors([In] unsigned int cCount,[Out, Buffer] void* pColors,[Out] unsigned int* pcActualColors)
Syntax
'Declaration
 
Public Function GetColors( _
   ByVal count As System.Integer, _
   ByVal colorsRef As System.IntPtr _
) As System.Integer
public System.int GetColors( 
   System.int count,
   System.IntPtr colorsRef
)

Parameters

count
colorsRef
See Also

Reference

Palette Class
Palette Members