| Property | Description |
Extent | A rectangle that specifies the extent of the image. |
| Method | Description |
Bitmap | Get TBitmap object of TIKImage. Getting this property force to render TIKImage and return result to the Bitmap property. |
CreateEmpty | Create an empty image |
CreateWithBitmap | Create TIKImage object from VCL TBitmap object. |
CreateWithBits | Create TIKImage object from RAW bitmap data of specicied PixelFormat |
CreateWithFile | Create TIKImage object from file. |
CreateWithGPBitmap | Create TIKImage object from GDI+ bitmap |
CreateWithGraphic | Create TIKImage object from VCl TGraphic object. |
CreateWithHBitmap | Create TIKImage object from Windows Handle (HBitmap) |
CreateWithTexture | Create TIKImage object from texture |