MonobjcMonobjc Documented Class Library
CGImageDestination Class
NamespacesMonobjc.ApplicationServicesCGImageDestination

[Missing <summary> documentation for "T:Monobjc.ApplicationServices.CGImageDestination"]

Declaration Syntax
C#Visual BasicVisual C++
public static class CGImageDestination
Public NotInheritable Class CGImageDestination
public ref class CGImageDestination abstract sealed
Members
All MembersMethodsFields



IconMemberDescription
AddImage(IntPtr, IntPtr, NSDictionary)

Adds an image to an image destination.

Original signature is 'void CGImageDestinationAddImage ( CGImageDestinationRef idst, CGImageRef image, CFDictionaryRef properties );'

Available in Mac OS X version 10.4 and later.


AddImageFromSource(IntPtr, IntPtr, NSUInteger, NSDictionary)

Adds an image from an image source to an image destination.

Original signature is 'void CGImageDestinationAddImageFromSource ( CGImageDestinationRef idst, CGImageSourceRef isrc, size_t index, CFDictionaryRef properties );'

Available in Mac OS X version 10.4 and later.


CopyTypeIdentifiers()()()()

Returns an array of the uniform type identifiers (UTIs) that are supported for image destinations.

Original signature is 'CFArrayRef CGImageDestinationCopyTypeIdentifiers ( void );'

Available in Mac OS X version 10.4 and later.


CreateWithData(NSMutableData, NSString, NSUInteger, NSDictionary)

Creates an image destination that writes to a Core Foundation mutable data object.

Original signature is 'CGImageDestinationRef CGImageDestinationCreateWithData ( CFMutableDataRef data, CFStringRef type, size_t count, CFDictionaryRef options );'

Available in Mac OS X version 10.4 and later.


CreateWithDataConsumer(IntPtr, NSString, NSUInteger, NSDictionary)

Creates an image destination that writes to the specified data consumer.

Original signature is 'CGImageDestinationRef CGImageDestinationCreateWithDataConsumer ( CGDataConsumerRef consumer, CFStringRef type, size_t count, CFDictionaryRef options );'

Available in Mac OS X version 10.4 and later.


CreateWithURL(NSURL, NSString, NSUInteger, NSDictionary)

Creates an image destination that writes to a location specified by a URL.

Original signature is 'CGImageDestinationRef CGImageDestinationCreateWithURL ( CFURLRef url, CFStringRef type, size_t count, CFDictionaryRef options );'

Available in Mac OS X version 10.4 and later.


Finalize(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.


kCGImageDestinationBackgroundColor

The desired background color to composite against when writing an image that has an alpha component to a destination format that does not support alpha. If present, the value associated with this key must be a CGColorRef data type without an alpha component of its own. If not present, and if a background color is needed, a white color is used.

Available in Mac OS X v10.4 and later.


SetProperties(IntPtr, NSDictionary)

Applies one or more properties to all images in an image destination.

Original signature is 'void CGImageDestinationSetProperties ( CGImageDestinationRef idst, CFDictionaryRef properties );'

Available in Mac OS X version 10.4 and later.


Inheritance Hierarchy
Object
CGImageDestination
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)