Object
CGImage
![]() | Private constructor. This class can only be constructed with the Shared methods on the class. |
![]() | Returns info on what kind of colorspace the RawBitmap has. (RGB, Gray, CMYK or UNKNOWN). This can be any value from the RawBitmap.ColorSpaces enum. |
![]() | Returns the depth per channel of the bitmap. |
![]() | Returns Integer handle to the native CGImageRef structure. |
![]() | Returns true if the CGImage has alpha channel, else false. |
![]() | Returns the height of the Bitmap in pixels. |
![]() | Returns number of bytes per pixel in the image. |
![]() | Returns the number of bytes in each row of the bitmap. |
![]() | Returns the width of the Bitmap in pixels. |
![]() | Draws the CGImage into Xojo Graphics. |
![]() | Constructs CGImage object from Integer handle coming from declares or 3rd party plugin. |
![]() | Creates CGImage from Einhugur RawBitmap object. |
![]() | Creates a CGImage bitmap image using the data contained within a subregion of an existing CGImage bitmap image. |
![]() | Releases the CGImage. |
![]() | Retains the CGImage |
![]() | Creates Xojo picture object from the CGImage. |
![]() | Creates Einhugur RawBitmap from the CGImage |