Share via


CARenderer.Create Method

Definition

Overloads

Create(IMTLTexture, CARendererOptions)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreAnimation.CARenderer Create(Metal.IMTLTexture tex, CoreAnimation.CARendererOptions? options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLTexture * CoreAnimation.CARendererOptions -> CoreAnimation.CARenderer

Parameters

Returns

Attributes

Applies to

Create(IMTLTexture, NSDictionary)

[Foundation.Export("rendererWithMTLTexture:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreAnimation.CARenderer Create(Metal.IMTLTexture tex, Foundation.NSDictionary? dict);
[<Foundation.Export("rendererWithMTLTexture:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLTexture * Foundation.NSDictionary -> CoreAnimation.CARenderer

Parameters

Returns

Attributes

Applies to