MonobjcMonobjc Documented Class Library
CreateImageAtIndex Method (isrc, index, options)
NamespacesMonobjc.ApplicationServicesCGImageSourceCreateImageAtIndex(IntPtr, NSUInteger, NSDictionary)

Creates a CGImage object for the image data associated with the specified index in an image source.

Original signature is 'CGImageRef CGImageSourceCreateImageAtIndex ( CGImageSourceRef isrc, size_t index, CFDictionaryRef options );'

Available in Mac OS X version 10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateImageAtIndex(
	IntPtr isrc,
	NSUInteger index,
	NSDictionary options
)
Public Shared Function CreateImageAtIndex ( _
	isrc As IntPtr, _
	index As NSUInteger, _
	options As NSDictionary _
) As IntPtr
public:
static IntPtr CreateImageAtIndex(
	IntPtr isrc, 
	NSUInteger index, 
	NSDictionary^ options
)
Parameters
isrc (IntPtr)
MISSING
index (NSUInteger)
MISSING
options (NSDictionary)
MISSING
Return Value
Returns a CGImage object. You are responsible for releasing this object using CGImageRelease.
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)