CIImage.FromSurface Method

Definition

Overloads

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

Parameters

surface
IOSurface
options
NSDictionary

Returns

Attributes

Applies to

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

Parameters

surface
IOSurface

Returns

Attributes

Applies to

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

Parameters

surface
IOSurface

Returns

Attributes

Applies to