CIContext_ImageRepresentation.GetHeif10Representation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetHeif10Representation(CIContext, CIImage, CGColorSpace, CIImageRepresentationOptions, NSError) | |
| GetHeif10Representation(CIContext, CIImage, CGColorSpace, NSDictionary, NSError) |
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
- options
- CIImageRepresentationOptions
- 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