Tao.Platform.Windows SDK Documentation

Wgl.wglSetLayerPaletteEntries Method (IntPtr, Int32, Int32, Int32, Int32)

[Visual Basic]
Overloads Public Shared Function wglSetLayerPaletteEntries( _
   ByVal hdc As IntPtr, _
   ByVal iLayerPlane As Integer, _
   ByVal iStart As Integer, _
   ByVal cEntries As Integer, _
   ByRef pcr As Integer _
) As Integer
[C#]
public static int wglSetLayerPaletteEntries(
   IntPtr hdc,
   int iLayerPlane,
   int iStart,
   int cEntries,
   ref int pcr
);

See Also

Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglSetLayerPaletteEntries Overload List