CIContext_ImageRepresentation.WriteHeif10Representation 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
WriteHeif10Representation(CIContext, CIImage, NSUrl, CGColorSpace, CIImageRepresentationOptions, NSError)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool WriteHeif10Representation(this CoreImage.CIContext This, CoreImage.CIImage image, Foundation.NSUrl url, CoreGraphics.CGColorSpace colorSpace, CoreImage.CIImageRepresentationOptions options, out Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WriteHeif10Representation : CoreImage.CIContext * CoreImage.CIImage * Foundation.NSUrl * CoreGraphics.CGColorSpace * CoreImage.CIImageRepresentationOptions * NSError -> bool
Parameters
- This
- CIContext
- image
- CIImage
- url
- NSUrl
- colorSpace
- CGColorSpace
- options
- CIImageRepresentationOptions
- error
- NSError
Returns
- Attributes
Applies to
WriteHeif10Representation(CIContext, CIImage, NSUrl, CGColorSpace, NSDictionary, NSError)
[Foundation.Export("writeHEIF10RepresentationOfImage:toURL:colorSpace:options:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool WriteHeif10Representation(this CoreImage.CIContext This, CoreImage.CIImage image, Foundation.NSUrl url, CoreGraphics.CGColorSpace colorSpace, Foundation.NSDictionary options, out Foundation.NSError? error);
[<Foundation.Export("writeHEIF10RepresentationOfImage:toURL:colorSpace:options:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WriteHeif10Representation : CoreImage.CIContext * CoreImage.CIImage * Foundation.NSUrl * CoreGraphics.CGColorSpace * Foundation.NSDictionary * NSError -> bool
Parameters
- This
- CIContext
- image
- CIImage
- url
- NSUrl
- colorSpace
- CGColorSpace
- options
- NSDictionary
- error
- NSError
Returns
- Attributes