[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( IntPtrextensionPointer, IntPtrhRegion, intx, inty, intwidth, intheight );