다음을 통해 공유


CIImage.FromSurface 메서드

정의

오버로드

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

매개 변수

surface
IOSurface
options
NSDictionary

반환

특성

적용 대상

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

매개 변수

surface
IOSurface

반환

특성

적용 대상

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

매개 변수

surface
IOSurface

반환

특성

적용 대상