Share via


CIImage.FromSurface Metodo

Definizione

Overload

FromSurface(IOSurface, NSDictionary)
FromSurface(IOSurface)
FromSurface(IOSurface, CIImageInitializationOptions)

FromSurface(IOSurface, NSDictionary)

[Foundation.Export("imageWithIOSurface:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromSurface (IOSurface.IOSurface surface, Foundation.NSDictionary options);
static member FromSurface : IOSurface.IOSurface * Foundation.NSDictionary -> CoreImage.CIImage

Parametri

surface
IOSurface
options
NSDictionary

Restituisce

Attributi

Si applica a

FromSurface(IOSurface)

[Foundation.Export("imageWithIOSurface:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromSurface (IOSurface.IOSurface surface);
static member FromSurface : IOSurface.IOSurface -> CoreImage.CIImage

Parametri

surface
IOSurface

Restituisce

Attributi

Si applica a

FromSurface(IOSurface, CIImageInitializationOptions)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromSurface (IOSurface.IOSurface surface, CoreImage.CIImageInitializationOptions options);
static member FromSurface : IOSurface.IOSurface * CoreImage.CIImageInitializationOptions -> CoreImage.CIImage

Parametri

surface
IOSurface

Restituisce

Attributi

Si applica a