CARenderer.Create Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Create(IMTLTexture, CARendererOptions) | |
Create(IMTLTexture, NSDictionary) |
Create(IMTLTexture, CARendererOptions)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static CoreAnimation.CARenderer Create (Metal.IMTLTexture tex, CoreAnimation.CARendererOptions options);
static member Create : Metal.IMTLTexture * CoreAnimation.CARendererOptions -> CoreAnimation.CARenderer
Parâmetros
- tex
- IMTLTexture
- options
- CARendererOptions
Retornos
- Atributos
Aplica-se a
Create(IMTLTexture, NSDictionary)
[Foundation.Export("rendererWithMTLTexture:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static CoreAnimation.CARenderer Create (Metal.IMTLTexture tex, Foundation.NSDictionary dict);
static member Create : Metal.IMTLTexture * Foundation.NSDictionary -> CoreAnimation.CARenderer
Parâmetros
- tex
- IMTLTexture
- dict
- NSDictionary
Retornos
- Atributos