Tao.Platform.Windows SDK Documentation

Wgl.wglGetPixelFormatAttribfvARB Method (IntPtr, Int32, Int32, UInt32, Int32[], Single[])

[Visual Basic]
Overloads Public Shared Function wglGetPixelFormatAttribfvARB( _
   ByVal hdc As IntPtr, _
   ByVal iPixelFormat As Integer, _
   ByVal iLayerPlane As Integer, _
   ByVal nAttributes As UInt32, _
   ByVal piAttributes As Integer(), _
   ByVal pfValues As Single() _
) As Boolean
[C#]
public static bool wglGetPixelFormatAttribfvARB(
   IntPtr hdc,
   int iPixelFormat,
   int iLayerPlane,
   uint nAttributes,
   int[] piAttributes,
   float[] pfValues
);

See Also

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