PHImageManager.RequestImageData 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.
Requests the full-size image data for the asset.
[Foundation.Export("requestImageDataForAsset:options:resultHandler:")]
public virtual int RequestImageData (Photos.PHAsset asset, Photos.PHImageRequestOptions options, Photos.PHImageDataHandler handler);
abstract member RequestImageData : Photos.PHAsset * Photos.PHImageRequestOptions * Photos.PHImageDataHandler -> int
override this.RequestImageData : Photos.PHAsset * Photos.PHImageRequestOptions * Photos.PHImageDataHandler -> int
Parameters
- asset
- PHAsset
- handler
- PHImageDataHandler
Returns
- Attributes