Freigeben über


CIImage.FromCGImage Methode

Definition

Überlädt

FromCGImage(CGImage, NSDictionary)

Erstellt ein CIImage aus einem CGImage mit den angegebenen Metadaten. d

FromCGImage(CGImage, CIImageInitializationOptionsWithMetadata)

Erstellt ein CIImage aus einem CGImage mit dem angegebenen options.

FromCGImage(CGImage)

Erstellt eine CIImage aus einer CGImage.

FromCGImage(CGImage, CGColorSpace)

Erstellt ein CIImage in colorspace aus CGImage.

FromCGImage(CGImage, NSDictionary)

Erstellt ein CIImage aus einem CGImage mit den angegebenen Metadaten. 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

Parameter

image
CGImage

CoreGraphics-Bild.

d
NSDictionary

Zusätzliche Metadaten als NSDictionary.

Dieser Parameter kann null sein.

Gibt zurück

Attribute

Gilt für:

FromCGImage(CGImage, CIImageInitializationOptionsWithMetadata)

Erstellt ein CIImage aus einem CGImage mit dem angegebenen options.

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

Parameter

image
CGImage

CoreGraphics-Bild.

options
CIImageInitializationOptionsWithMetadata

Optionen zum Initialisieren des Bilds mit.

Gibt zurück

Gilt für:

FromCGImage(CGImage)

Erstellt eine CIImage aus einer CGImage.

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

Parameter

image
CGImage

CoreGraphics-Bild.

Gibt zurück

Attribute

Gilt für:

FromCGImage(CGImage, CGColorSpace)

Erstellt ein CIImage in colorspace aus CGImage.

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

Parameter

image
CGImage

CoreGraphics-Bild.

colorSpace
CGColorSpace

Zu verwendende Farbraum.

Gibt zurück

Gilt für: