ALAssetsLibrary.WriteImageToSavedPhotosAlbumAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
WriteImageToSavedPhotosAlbumAsync(CGImage, ALAssetOrientation) | |
WriteImageToSavedPhotosAlbumAsync(CGImage, NSDictionary) | |
WriteImageToSavedPhotosAlbumAsync(NSData, NSDictionary) |
WriteImageToSavedPhotosAlbumAsync(CGImage, ALAssetOrientation)
public virtual System.Threading.Tasks.Task<Foundation.NSUrl> WriteImageToSavedPhotosAlbumAsync (CoreGraphics.CGImage imageData, AssetsLibrary.ALAssetOrientation orientation);
abstract member WriteImageToSavedPhotosAlbumAsync : CoreGraphics.CGImage * AssetsLibrary.ALAssetOrientation -> System.Threading.Tasks.Task<Foundation.NSUrl>
override this.WriteImageToSavedPhotosAlbumAsync : CoreGraphics.CGImage * AssetsLibrary.ALAssetOrientation -> System.Threading.Tasks.Task<Foundation.NSUrl>
Parameter
- imageData
- CGImage
- orientation
- ALAssetOrientation
Gibt zurück
Eine Aufgabe, die den asynchronen WriteImageToSavedPhotosAlbum-Vorgang darstellt. Der Wert des TResult-Parameters ist ein T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.
Gilt für:
WriteImageToSavedPhotosAlbumAsync(CGImage, NSDictionary)
public virtual System.Threading.Tasks.Task<Foundation.NSUrl> WriteImageToSavedPhotosAlbumAsync (CoreGraphics.CGImage imageData, Foundation.NSDictionary metadata);
abstract member WriteImageToSavedPhotosAlbumAsync : CoreGraphics.CGImage * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSUrl>
override this.WriteImageToSavedPhotosAlbumAsync : CoreGraphics.CGImage * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSUrl>
Parameter
- imageData
- CGImage
- metadata
- NSDictionary
Gibt zurück
Eine Aufgabe, die den asynchronen WriteImageToSavedPhotosAlbum-Vorgang darstellt. Der Wert des TResult-Parameters ist ein T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.
Gilt für:
WriteImageToSavedPhotosAlbumAsync(NSData, NSDictionary)
public virtual System.Threading.Tasks.Task<Foundation.NSUrl> WriteImageToSavedPhotosAlbumAsync (Foundation.NSData imageData, Foundation.NSDictionary metadata);
abstract member WriteImageToSavedPhotosAlbumAsync : Foundation.NSData * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSUrl>
override this.WriteImageToSavedPhotosAlbumAsync : Foundation.NSData * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSUrl>
Parameter
- imageData
- NSData
- metadata
- NSDictionary
Gibt zurück
Eine Aufgabe, die den asynchronen WriteImageToSavedPhotosAlbum-Vorgang darstellt. Der Wert des TResult-Parameters ist ein T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.