CIContext.FromContext 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FromContext(EAGLContext, NSDictionary) |
에서 명명 |
FromContext(CGContext, CIContextOptions) |
제공된 와 함께 기존 CIContext에서 새 CIContext를 만듭니다. |
FromContext(EAGLContext, CIContextOptions) |
지정된 를 CIContext 사용하여 |
FromContext(CGContext) |
기존 CIContext에서 새 CIContext를 만듭니다. |
FromContext(EAGLContext) |
제공된 에서 새 CIContext 를 |
FromContext(EAGLContext, NSDictionary)
에서 명명dictionary
된 옵션을 사용하여 제공된 eaglContext
에서 새 CIContext 을 만듭니다.
[Foundation.Export("contextWithEAGLContext:options:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext, Foundation.NSDictionary dictionary);
static member FromContext : OpenGLES.EAGLContext * Foundation.NSDictionary -> CoreImage.CIContext
매개 변수
- eaglContext
- EAGLContext
반환
- 특성
적용 대상
FromContext(CGContext, CIContextOptions)
제공된 와 함께 기존 CIContext에서 새 CIContext를 만듭니다.
public static CoreImage.CIContext FromContext (CoreGraphics.CGContext ctx, CoreImage.CIContextOptions options);
static member FromContext : CoreGraphics.CGContext * CoreImage.CIContextOptions -> CoreImage.CIContext
매개 변수
- ctx
- CGContext
- options
- CIContextOptions
반환
적용 대상
FromContext(EAGLContext, CIContextOptions)
지정된 를 CIContext 사용하여 eaglContext
를 기반으로 을 options
만듭니다.
public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext, CoreImage.CIContextOptions options);
static member FromContext : OpenGLES.EAGLContext * CoreImage.CIContextOptions -> CoreImage.CIContext
매개 변수
- eaglContext
- EAGLContext
소스 EAGLContext입니다.
- options
- CIContextOptions
필요한 CIContextOptions입니다.
반환
새 CIContext입니다.
적용 대상
FromContext(CGContext)
FromContext(EAGLContext)
제공된 에서 새 CIContext 를 eaglContext
만듭니다.
[Foundation.Export("contextWithEAGLContext:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext);
static member FromContext : OpenGLES.EAGLContext -> CoreImage.CIContext
매개 변수
- eaglContext
- EAGLContext
반환
- 특성