Class Hierarchy
TPersistent
    TIKImage
TIKImage = class(TPersistent)
File
IKImage
Description
The TIKImage class represents an image. You can create TIKImage objects with data supplied from a variety of sources, including RAW bitmap bits, TBitmap, TGraphic, TGPBitmap or file.
Members
Properties
Property Description
Extent A rectangle that specifies the extent of the image.
Methods
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
Legend
Property
Method
Links