共用方式為


PHImageResultHandler 代理人

定義

public delegate void PHImageResultHandler(NSImage result, NSDictionary info);
type PHImageResultHandler = delegate of NSImage * NSDictionary -> unit

參數

result
NSImage
info
NSDictionary

索引鍵和值是在 中 PHImageKeys 定義。

適用於