Handbook
Glossary
CGImageDestinationAddImage ( idst image properties -- )
Vocabulary
core-graphics
Inputs
idst
an
object
image
an
object
properties
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-foundation.dictionaries
core-graphics.types
;
IN:
core-graphics
FUNCTION:
void
CGImageDestinationAddImage
(
CGImageDestinationRef
idst,
CGImageRef
image,
CFDictionaryRef
properties )