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
CopyMetadata(Foundation.NSDictionary, nint)Documentation for this section has not yet been entered. | ||
CopyMetadata(CGImageOptions, nint)Documentation for this section has not yet been entered. | ||
CopyProperties(Foundation.NSDictionary)Documentation for this section has not yet been entered. | ||
CopyProperties(CGImageOptions)Documentation for this section has not yet been entered. | ||
CopyProperties(Foundation.NSDictionary, int)Documentation for this section has not yet been entered. | ||
CopyProperties(CGImageOptions, int)Documentation for this section has not yet been entered. | ||
CreateImage(int, CGImageOptions)Creates a CGImage from this loader. | ||
static | CreateIncremental(CGImageOptions)Creates an incremental image loader. | |
CreateThumbnail(int, CGImageThumbnailOptions)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)Creates an image loader from the block of bytes. | |
static | FromData(Foundation.NSData, CGImageOptions)Creates an image loader from the block of bytes. | |
static | FromDataProvider(CoreGraphics.CGDataProvider)Creates an image loader using a dynamic data provider. | |
static | FromDataProvider(CoreGraphics.CGDataProvider, CGImageOptions)Creates an image loader using a dynamic data provider. | |
static | FromUrl(Foundation.NSUrl)Creates an image loader that loads the file from the given url. | |
static | FromUrl(Foundation.NSUrl, CGImageOptions)Creates an image loader that loads the file from the given url. | |
GetProperties(CGImageOptions)Documentation for this section has not yet been entered. | ||
GetProperties(int, CGImageOptions)Documentation for this section has not yet been entered. | ||
GetStatus()Returns the loader status. | ||
GetStatus(int)Returns the loader status. | ||
static | GetTypeID()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. | ||