Share via


CIContext.RenderToBitmap Method

Definition

[Foundation.Export("render:toBitmap:rowBytes:bounds:format:colorSpace:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RenderToBitmap(CoreImage.CIImage image, IntPtr bitmapPtr, IntPtr bytesPerRow, CoreGraphics.CGRect bounds, int bitmapFormat, CoreGraphics.CGColorSpace? colorSpace);
[<Foundation.Export("render:toBitmap:rowBytes:bounds:format:colorSpace:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RenderToBitmap : CoreImage.CIImage * nativeint * nativeint * CoreGraphics.CGRect * int * CoreGraphics.CGColorSpace -> unit
override this.RenderToBitmap : CoreImage.CIImage * nativeint * nativeint * CoreGraphics.CGRect * int * CoreGraphics.CGColorSpace -> unit

Parameters

image
CIImage
bitmapPtr
IntPtr

nativeint

bytesPerRow
IntPtr

nativeint

bounds
CGRect
bitmapFormat
Int32
colorSpace
CGColorSpace

To be added.

This parameter can be null.

Attributes

Applies to