MonoMac.CoreGraphics.CGImage: Method Members

The methods of MonoMac.CoreGraphics.CGImage are listed below. For a list of all members, see the CGImage Members list.

See Also: Inherited members from System.Object

Public Methods

Clone() : CGImage
Makes a copy of the image.
static
CreateMask(int, int, int, int, int, CGDataProvider, float[], bool) : CGImage
Creates an image mask.
Dispose()
Releases the resourced used by the CGImage object.
Finalize()
Finalizer for the CGImage object
static
FromJPEG(CGDataProvider, float[], bool, CGColorRenderingIntent) : CGImage
Creates a CGImage from a JPEG-encoded image.
static
FromPNG(CGDataProvider, float[], bool, CGColorRenderingIntent) : CGImage
Creates a CGImage from a PNG-encoded image.
static
ScreenImage(int, System.Drawing.RectangleF) : CGImage
Documentation for this section has not yet been entered.
WithColorSpace(CGColorSpace) : CGImage
Creates a copy of the image based on the specified colorspace.
WithImageInRect(System.Drawing.RectangleF) : CGImage
Creates a new image with the dimensions specified in the rectangle
WithMask(CGImage) : CGImage
Creates a new image that has been masked with the specified mask.
WithMaskingColors(float[]) : CGImage
Creats a new image by masking the values in the image with the specified components.

Protected Methods

Dispose(bool)
Releases the resourced used by the CGImage object.