다음을 통해 공유


CARenderer.Create 메서드

정의

오버로드

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

매개 변수

반환

특성

적용 대상

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

매개 변수

반환

특성

적용 대상