Returns the name of an OpenGL texture of type GL_TEXTURE_RECTANGLE_EXT that contains a subregion of the image in a given pixel format. (required)
Original signature is '- (GLuint) copyRenderedTextureForCGLContext:(CGLContextObj)cgl_ctx pixelFormat:(NSString*)format bounds:(NSRect)bounds isFlipped:(BOOL*)flipped'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
uint CopyRenderedTextureForCGLContextPixelFormatBoundsIsFlipped( IntPtr cgl_ctx, NSString format, NSRect bounds, out bool flipped )
Function CopyRenderedTextureForCGLContextPixelFormatBoundsIsFlipped ( _ cgl_ctx As IntPtr, _ format As NSString, _ bounds As NSRect, _ <OutAttribute> ByRef flipped As Boolean _ ) As UInteger
unsigned int CopyRenderedTextureForCGLContextPixelFormatBoundsIsFlipped( IntPtr cgl_ctx, NSString^ format, NSRect bounds, [OutAttribute] bool% flipped )

The name of an OpenGL texture of type GL_TEXTURE_RECTANGLE_EXT that contains a subregion of the image in a given pixel format or 0 if the texture can’t be provided.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)