CIImage.FromCGImage Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
FromCGImage(CGImage, NSDictionary) | |
FromCGImage(CGImage, CIImageInitializationOptionsWithMetadata) | |
FromCGImage(CGImage) | |
FromCGImage(CGImage, CGColorSpace) |
FromCGImage(CGImage, NSDictionary)
[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.
Дополнительные метаданные в виде NSDictionary.
Этот параметр может иметь значение null
.
Возвращаемое значение
- Атрибуты
Применяется к
FromCGImage(CGImage, CIImageInitializationOptionsWithMetadata)
public static CoreImage.CIImage FromCGImage (CoreGraphics.CGImage image, CoreImage.CIImageInitializationOptionsWithMetadata options);
static member FromCGImage : CoreGraphics.CGImage * CoreImage.CIImageInitializationOptionsWithMetadata -> CoreImage.CIImage
Параметры
- image
- CGImage
Изображение CoreGraphics.
Параметры для инициализации образа.
Возвращаемое значение
Применяется к
FromCGImage(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)
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
Используемое цветовое пространство.