The TPicture
object lets you work with the image displayed by the TImage
component. To obtain the TPicture
object in your scripts, use the TImage.Picture
property.
The properties and methods of the TPicture
object let you obtain the image size, load the image from a file and also save the current image to a file. Using the Bitmap
property you can work with the image contents as a bitmap graphics.