Contents

CGDataConsumerCallbacks

A structure that contains pointers to callback functions that manage the copying of data for a data consumer.

Declaration

struct CGDataConsumerCallbacks

Overview

The functions specified by the CGDataConsumerCallbacks structure are responsible for copying data that Core Graphics sends to your consumer and for handling the consumer’s basic memory management. You supply this structure to the function init(info:cbks:) to create a data consumer.

Topics

Initializers

Instance Properties

See Also

Creating Data Consumers