Tao.Platform.Windows SDK Documentation

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

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

See Also

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