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


CIImage.FromCGImage Метод

Определение

Перегрузки

FromCGImage(CGImage, NSDictionary)

Создает из CIImage с CGImage указанными метаданными . d

FromCGImage(CGImage, CIImageInitializationOptionsWithMetadata)

Создает из CIImage с CGImage указанным options.

FromCGImage(CGImage)

Создает словарь CIImage из объекта CGImage.

FromCGImage(CGImage, CGColorSpace)

Создает в CIImage из colorspaceCGImage.

FromCGImage(CGImage, NSDictionary)

Создает из CIImage с CGImage указанными метаданными . d

[Foundation.Export("imageWithCGImage:options:")]
public static CoreImage.CIImage FromCGImage (CoreGraphics.CGImage image, Foundation.NSDictionary d);
static member FromCGImage : CoreGraphics.CGImage * Foundation.NSDictionary -> CoreImage.CIImage

Параметры

image
CGImage

Изображение CoreGraphics.

d
NSDictionary

Дополнительные метаданные в виде NSDictionary.

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

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

Атрибуты

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

FromCGImage(CGImage, CIImageInitializationOptionsWithMetadata)

Создает из CIImage с CGImage указанным options.

public static CoreImage.CIImage FromCGImage (CoreGraphics.CGImage image, CoreImage.CIImageInitializationOptionsWithMetadata options);
static member FromCGImage : CoreGraphics.CGImage * CoreImage.CIImageInitializationOptionsWithMetadata -> CoreImage.CIImage

Параметры

image
CGImage

Изображение CoreGraphics.

options
CIImageInitializationOptionsWithMetadata

Параметры для инициализации образа.

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

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

FromCGImage(CGImage)

Создает словарь CIImage из объекта CGImage.

[Foundation.Export("imageWithCGImage:")]
public static CoreImage.CIImage FromCGImage (CoreGraphics.CGImage image);
static member FromCGImage : CoreGraphics.CGImage -> CoreImage.CIImage

Параметры

image
CGImage

Изображение CoreGraphics.

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

Атрибуты

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

FromCGImage(CGImage, CGColorSpace)

Создает в CIImage из colorspaceCGImage.

public static CoreImage.CIImage FromCGImage (CoreGraphics.CGImage image, CoreGraphics.CGColorSpace colorSpace);
static member FromCGImage : CoreGraphics.CGImage * CoreGraphics.CGColorSpace -> CoreImage.CIImage

Параметры

image
CGImage

Изображение CoreGraphics.

colorSpace
CGColorSpace

Используемое цветовое пространство.

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

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