ALAsset.SetImageData 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.
Changes the data to imageData
and the metadata to metadata
. On success, executes completionBlock
.
[Foundation.Export("setImageData:metadata:completionBlock:")]
public virtual void SetImageData (Foundation.NSData imageData, Foundation.NSDictionary metadata, Action<Foundation.NSUrl,Foundation.NSError> completionBlock);
abstract member SetImageData : Foundation.NSData * Foundation.NSDictionary * Action<Foundation.NSUrl, Foundation.NSError> -> unit
override this.SetImageData : Foundation.NSData * Foundation.NSDictionary * Action<Foundation.NSUrl, Foundation.NSError> -> unit
Parameters
- imageData
- NSData
- metadata
- NSDictionary
- Attributes