Object
Image
_image | The internal CGImageRef variable. |
GetBitsPerPixel | |
GetHeight | Returns the height of the image in pixels. |
GetImageRef | Returns a Quartz CGImageRef to the image. |
GetWidth | Returns the width of the image in pixels. |
LoadJPEG | Loads a image from a JPEG file and returns it as a new image. |
LoadPNG | Loads a image from a PNG file and returns it as a new image. |
Release (Inherited) | Decreases reference count by one and deletes the object if the reference count reached zero. |
Retain (Inherited) | Increases the reference count by one. |