다음을 통해 공유


UIImage.GetObject(NSData, String, NSError) 메서드

정의

에서 를 만드는 UIImage 정적 팩터리 메서드이며 적절한 UTI입니다.

[Foundation.Export("objectWithItemProviderData:typeIdentifier:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIImage GetObject (Foundation.NSData data, string typeIdentifier, out Foundation.NSError outError);
static member GetObject : Foundation.NSData * string *  -> UIKit.UIImage

매개 변수

data
NSData
typeIdentifier
String
outError
NSError

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

반환

특성

적용 대상