Поделиться через


CIContext.FromContext Метод

Определение

Перегрузки

FromContext(EAGLContext, NSDictionary)

Создает новый CIContext объект из предоставленного eaglContext и с помощью параметров, именованных в dictionary.

FromContext(CGContext, CIContextOptions)

Создает новый CIContext из существующего вместе с предоставленным

FromContext(EAGLContext, CIContextOptions)

Создает на CIContexteaglContextоснове с заданным optionsобъектом .

FromContext(CGContext)

Создает новый CIContext из существующего.

FromContext(EAGLContext)

Создает новый CIContext объект из предоставленного eaglContextобъекта .

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
dictionary
NSDictionary

Будет добавлено.

Этот параметр может иметь значение null.

Возвращаемое значение

Атрибуты

Применяется к

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

Возвращаемое значение

Применяется к

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)

Создает новый CIContext из существующего.

public static CoreImage.CIContext FromContext (CoreGraphics.CGContext ctx);
static member FromContext : CoreGraphics.CGContext -> CoreImage.CIContext

Параметры

ctx
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

Возвращаемое значение

Атрибуты

Применяется к