MonobjcMonobjc Documented Class Library
Finalize Method (idst)
NamespacesMonobjc.ApplicationServicesCGImageDestinationFinalize(IntPtr)

Writes image data and properties to the data, URL, or data consumer associated with the image destination.

Original signature is 'bool CGImageDestinationFinalize ( CGImageDestinationRef idst );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool Finalize(
	IntPtr idst
)
Public Shared Function Finalize ( _
	idst As IntPtr _
) As Boolean
public:
static bool Finalize(
	IntPtr idst
)
Parameters
idst (IntPtr)
MISSING
Return Value
Returns true if the image is successfully written; false otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)