다음을 통해 공유


INImage.FromImage 메서드

정의

오버로드

FromImage(CGImage)

에서 을 만드는 정적 팩터리 INImage 메서드입니다 CGImage.

FromImage(UIImage)

에서 을 만드는 정적 팩터리 INImage 메서드입니다 UIImage.

FromImage(CGImage)

에서 을 만드는 정적 팩터리 INImage 메서드입니다 CGImage.

[Foundation.Export("imageWithCGImage:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Intents.INImage FromImage (CoreGraphics.CGImage image);
static member FromImage : CoreGraphics.CGImage -> Intents.INImage

매개 변수

image
CGImage

반환

특성

적용 대상

FromImage(UIImage)

에서 을 만드는 정적 팩터리 INImage 메서드입니다 UIImage.

[Foundation.Export("imageWithUIImage:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Intents.INImage FromImage (UIKit.UIImage image);
static member FromImage : UIKit.UIImage -> Intents.INImage

매개 변수

image
UIImage

반환

특성

적용 대상