CGImageSource.UpdateData(NSData, Boolean) Method

Definition

Pushes new data into a dynamic image loader.

public void UpdateData (Foundation.NSData data, bool final);
member this.UpdateData : Foundation.NSData * bool -> unit

Parameters

data
NSData

Block of bytes containing the image.

final
Boolean

Whether this block is the last block of data.

Applies to