PHImageResultHandler Delegate
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.
Completion handler for the RequestImageForAsset(PHAsset, CGSize, PHImageContentMode, PHImageRequestOptions, PHImageResultHandler) method.
public delegate void PHImageResultHandler(NSImage result, NSDictionary info);
type PHImageResultHandler = delegate of NSImage * NSDictionary -> unit
Parameters
- result
- NSImage
- info
- NSDictionary
Keys and values are defined in PHImageKeys.