Tao.Platform.Windows SDK Documentation

Wgl.wglSaveBufferRegionARB Method 

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

See Also

Wgl Class | Tao.Platform.Windows Namespace