[Visual Basic] Public Shared Function wglRestoreBufferRegionARB( _ ByVal extensionPointer As IntPtr, _ ByVal hRegion As IntPtr, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal xSrc As Integer, _ ByVal ySrc As Integer _ ) As Integer
[C#] public static int wglRestoreBufferRegionARB( IntPtrextensionPointer, IntPtrhRegion, intx, inty, intwidth, intheight, intxSrc, intySrc );