ImageIO.CGImageSource: Method Members

The methods of ImageIO.CGImageSource are listed below. For a list of all members, see the CGImageSource Members list.

See Also: Inherited members from System.Object

Public Methods

CopyMetadata(Foundation.NSDictionary, nint) : CGImageMetadata
Documentation for this section has not yet been entered.
CopyMetadata(CGImageOptions, nint) : CGImageMetadata
Documentation for this section has not yet been entered.
CopyProperties(Foundation.NSDictionary) : Foundation.NSDictionary
Documentation for this section has not yet been entered.
CopyProperties(CGImageOptions) : Foundation.NSDictionary
Documentation for this section has not yet been entered.
CopyProperties(Foundation.NSDictionary, int) : Foundation.NSDictionary
Documentation for this section has not yet been entered.
CopyProperties(CGImageOptions, int) : Foundation.NSDictionary
Documentation for this section has not yet been entered.
CreateImage(int, CGImageOptions) : CoreGraphics.CGImage
Creates a CGImage from this loader.
static
CreateIncremental(CGImageOptions) : CGImageSource
Creates an incremental image loader.
CreateThumbnail(int, CGImageThumbnailOptions) : CoreGraphics.CGImage
Creates a CGImage thumbnail from this loader..
Dispose()
Releases the resources used by the CGImageSource object.
Finalize()
Finalizer for the CGImageSource object
static
FromData(Foundation.NSData) : CGImageSource
Creates an image loader from the block of bytes.
static
FromData(Foundation.NSData, CGImageOptions) : CGImageSource
Creates an image loader from the block of bytes.
static
FromDataProvider(CoreGraphics.CGDataProvider) : CGImageSource
Creates an image loader using a dynamic data provider.
static
FromDataProvider(CoreGraphics.CGDataProvider, CGImageOptions) : CGImageSource
Creates an image loader using a dynamic data provider.
static
FromUrl(Foundation.NSUrl) : CGImageSource
Creates an image loader that loads the file from the given url.
static
FromUrl(Foundation.NSUrl, CGImageOptions) : CGImageSource
Creates an image loader that loads the file from the given url.
GetProperties(CGImageOptions) : CoreGraphics.CGImageProperties
Documentation for this section has not yet been entered.
GetProperties(int, CGImageOptions) : CoreGraphics.CGImageProperties
Documentation for this section has not yet been entered.
GetStatus() : CGImageSourceStatus
Returns the loader status.
GetStatus(int) : CGImageSourceStatus
Returns the loader status.
static
GetTypeID() : nint
Type identifier for the ImageIO.CGImageSource type.
RemoveCache(nint)
Documentation for this section has not yet been entered.
UpdateData(Foundation.NSData, bool)
Pushes new data into a dynamic image loader.
UpdateDataProvider(CoreGraphics.CGDataProvider, bool)
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Releases the resources used by the CGImageSource object.