CARenderer.Create 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
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
Parameters
- tex
- IMTLTexture
- options
- CARendererOptions
Returns
- Attributes
Applies to
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
Parameters
- tex
- IMTLTexture
- dict
- NSDictionary
Returns
- Attributes