CIContext.FromContext Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
FromContext(EAGLContext, NSDictionary) |
Создает новый CIContext объект из предоставленного |
FromContext(CGContext, CIContextOptions) |
Создает новый CIContext из существующего вместе с предоставленным |
FromContext(EAGLContext, CIContextOptions) |
Создает на CIContext |
FromContext(CGContext) |
Создает новый CIContext из существующего. |
FromContext(EAGLContext) |
Создает новый CIContext объект из предоставленного |
FromContext(EAGLContext, NSDictionary)
Создает новый CIContext объект из предоставленного eaglContext
и с помощью параметров, именованных в dictionary
.
[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 из существующего вместе с предоставленным
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)
Создает на CIContexteaglContext
основе с заданным 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
Возвращаемое значение
- Атрибуты