MonobjcMonobjc Documented Class Library
RenderToBitmapRowBytesBoundsFormatColorSpace Method (im, data, rb, r, f, cs)
NamespacesMonobjc.QuartzCoreCIContextRenderToBitmapRowBytesBoundsFormatColorSpace(CIImage, IntPtr, IntPtr, CGRect, Int32, IntPtr)

Renders to the given bitmap.

Original signature is '- (void)render:(CIImage *)im toBitmap:(void *)data rowBytes:(ptrdiff_t)rb bounds:(CGRect)r format:(CIFormat)f colorSpace:(CGColorSpaceRef)cs'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RenderToBitmapRowBytesBoundsFormatColorSpace(
	CIImage im,
	IntPtr data,
	IntPtr rb,
	CGRect r,
	int f,
	IntPtr cs
)
Public Overridable Sub RenderToBitmapRowBytesBoundsFormatColorSpace ( _
	im As CIImage, _
	data As IntPtr, _
	rb As IntPtr, _
	r As CGRect, _
	f As Integer, _
	cs As IntPtr _
)
public:
virtual void RenderToBitmapRowBytesBoundsFormatColorSpace(
	CIImage^ im, 
	IntPtr data, 
	IntPtr rb, 
	CGRect r, 
	int f, 
	IntPtr cs
)
Parameters
im (CIImage)
A CIImage object.
data (IntPtr)
Storage for the bitmap data.
rb (IntPtr)
The bytes per row.
r (CGRect)
The bounds of the bitmap data.
f (Int32)
The format of the bitmap data.
cs (IntPtr)
The color space for the data. Pass NULL if you want to use the output color space of the context.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)