Contents

init(forIncrementalLoad:)

Initializes a newly allocated bitmap image representation for incremental loading.

Declaration

init(forIncrementalLoad: ())

Discussion

The receiver returns itself after setting its size and data buffer to zero. You can then call incrementalLoad(from:complete:) to incrementally add image data.

See Also

Related Documentation

Creating Bitmap Representations of Images