Einhugur macOS Bridge plugin.

CGImage.Release Method

Releases the CGImage.

Release()

Parameters

Remarks

This is low level memory management. You should not retain or release unless you are doing something externally by declares or 3rd party plugin that requires retaining or releasing.

The CGImage class has one reference to the internal CGImageRef, and will mange on its own retaining and releasing that reference.

See Also

CGImage Class