ALAssetsLibrary.WriteImageToSavedPhotosAlbumAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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>
Parâmetros
- imageData
- CGImage
- orientation
- ALAssetOrientation
Retornos
Uma tarefa que representa a operação assíncrona WriteImageToSavedPhotosAlbum. O valor do parâmetro TResult é T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.
Aplica-se a
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>
Parâmetros
- imageData
- CGImage
- metadata
- NSDictionary
Retornos
Uma tarefa que representa a operação assíncrona WriteImageToSavedPhotosAlbum. O valor do parâmetro TResult é T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.
Aplica-se a
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>
Parâmetros
- imageData
- NSData
- metadata
- NSDictionary
Retornos
Uma tarefa que representa a operação assíncrona WriteImageToSavedPhotosAlbum. O valor do parâmetro TResult é T:AssetsLibrary.ALAssetsLibraryWriteCompletionDelegate.