Tao.Platform.Windows SDK Documentation

Wgl.wglCreatePbufferARB Method (IntPtr, Int32, Int32, Int32, Int32[])

[Visual Basic]
Overloads Public Shared Function wglCreatePbufferARB( _
   ByVal hDC As IntPtr, _
   ByVal iPixelFormat As Integer, _
   ByVal iWidth As Integer, _
   ByVal iHeight As Integer, _
   ByVal piAttribList As Integer() _
) As IntPtr
[C#]
public static IntPtr wglCreatePbufferARB(
   IntPtr hDC,
   int iPixelFormat,
   int iWidth,
   int iHeight,
   int[] piAttribList
);

See Also

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