次の方法で共有


INImage.FromImage メソッド

定義

オーバーロード

FromImage(CGImage)

から CGImageINImage作成する静的ファクトリ メソッド。

FromImage(UIImage)

から UIImageINImage作成する静的ファクトリ メソッド。

FromImage(CGImage)

から CGImageINImage作成する静的ファクトリ メソッド。

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

から UIImageINImage作成する静的ファクトリ メソッド。

[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

戻り値

属性

適用対象