Tao.Platform.Windows SDK Documentation

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

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

Parameters

extensionPointer
hDC
iPixelFormat
iWidth
iHeight
piAttribList

Return Value

See Also

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