Tao.Platform.Windows SDK Documentation

Wgl.wglSaveBufferRegionARB Method 

[Visual Basic]
Public Shared Function wglSaveBufferRegionARB( _
   ByVal extensionPointer As IntPtr, _
   ByVal hRegion As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As Integer
[C#]
public static int wglSaveBufferRegionARB(
   IntPtr extensionPointer,
   IntPtr hRegion,
   int x,
   int y,
   int width,
   int height
);

Parameters

extensionPointer
hRegion
x
y
width
height

Return Value

See Also

Wgl Class | Tao.Platform.Windows Namespace