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
Clone()Makes a copy of the image. | ||
static | CreateMask(int, int, int, int, int, CGDataProvider, float[], bool)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)Creates a CGImage from a JPEG-encoded image. | |
static | FromPNG(CGDataProvider, float[], bool, CGColorRenderingIntent)Creates a CGImage from a PNG-encoded image. | |
static | ScreenImage(int, System.Drawing.RectangleF)Documentation for this section has not yet been entered. | |
WithColorSpace(CGColorSpace)Creates a copy of the image based on the specified colorspace. | ||
WithImageInRect(System.Drawing.RectangleF)Creates a new image with the dimensions specified in the rectangle | ||
WithMask(CGImage)Creates a new image that has been masked with the specified mask. | ||
WithMaskingColors(float[])Creats a new image by masking the values in the image with the specified components. | ||