CIImage.FromSurface 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
- options
- CIImageInitializationOptions
반환
- 특성