MonoMac.CoreGraphics.CGImage Members

The members of MonoMac.CoreGraphics.CGImage are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Creates an image.
Creates an image using a specified AlphaInfo

Public Properties

[read-only]
AlphaInfoCGImageAlphaInfo. The bitmap configuration.
[read-only]
BitmapInfoCGBitmapFlags. The bitmap configuration.
[read-only]
BitsPerComponentint. Bits per component
[read-only]
BitsPerPixelint. The number of bits per pixel.
[read-only]
BytesPerRowint. The number of bytes per row in the image.
[read-only]
ColorSpaceCGColorSpace. The image colorspace.
[read-only]
DataProviderCGDataProvider. Documentation for this section has not yet been entered.
[read-only]
Decodefloat*. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
Heightint. The image height in pixels.
[read-only]
IsMaskbool. Whether this image is a mask or a bitmap.
[read-only]
RenderingIntentCGColorRenderingIntent. The rendering intent.
[read-only]
ShouldInterpolatebool. Whether interpolation is enabled for this image.
[read-only]
Widthint. The image width in pixels.

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.