Share via


CIContext_ImageRepresentation.GetHeif10Representation Method

Definition

Overloads

GetHeif10Representation(CIContext, CIImage, CGColorSpace, CIImageRepresentationOptions, NSError)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSData? GetHeif10Representation(this CoreImage.CIContext This, CoreImage.CIImage image, CoreGraphics.CGColorSpace colorSpace, CoreImage.CIImageRepresentationOptions options, out Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetHeif10Representation : CoreImage.CIContext * CoreImage.CIImage * CoreGraphics.CGColorSpace * CoreImage.CIImageRepresentationOptions * NSError -> Foundation.NSData

Parameters

This
CIContext
image
CIImage
colorSpace
CGColorSpace
error
NSError

Returns

Attributes

Applies to

GetHeif10Representation(CIContext, CIImage, CGColorSpace, NSDictionary, NSError)

[Foundation.Export("HEIF10RepresentationOfImage:colorSpace:options:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSData? GetHeif10Representation(this CoreImage.CIContext This, CoreImage.CIImage image, CoreGraphics.CGColorSpace colorSpace, Foundation.NSDictionary options, out Foundation.NSError? error);
[<Foundation.Export("HEIF10RepresentationOfImage:colorSpace:options:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetHeif10Representation : CoreImage.CIContext * CoreImage.CIImage * CoreGraphics.CGColorSpace * Foundation.NSDictionary * NSError -> Foundation.NSData

Parameters

This
CIContext
image
CIImage
colorSpace
CGColorSpace
options
NSDictionary
error
NSError

Returns

Attributes

Applies to