共用方式為


INImage.FromImage 方法

定義

多載

FromImage(CGImage)

從 建立 INImageCGImage 靜態 Factory 方法。

FromImage(UIImage)

從 建立 INImageUIImage 靜態 Factory 方法。

FromImage(CGImage)

從 建立 INImageCGImage 靜態 Factory 方法。

[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)

從 建立 INImageUIImage 靜態 Factory 方法。

[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

傳回

屬性

適用於