ALAssetsLibrary.WriteImageToSavedPhotosAlbumAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| 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>
Parameters
- imageData
- CGImage
- orientation
- ALAssetOrientation
Returns
Applies to
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>
Parameters
- imageData
- CGImage
- metadata
- NSDictionary
Returns
Applies to
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>
Parameters
- imageData
- NSData
- metadata
- NSDictionary