Image component

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

The image component displays a graphical image, like a bitmap, icon, or metafile. The Picture property determines the graphic to be displayed. Use Center, AutoSize, Stretch, and Transparent to set display options.

Use the TImage component to display a graphical image on a form. Use the TPicture object in the Picture property to specify the actual bitmap, icon, metafile, or other graphic object displayed by TImage. Properties and methods of TPicture can be used for such things as loading an image from file, clearing the image in the TImage, and assigning an image for another control. TImage introduces several properties to determine how the image is displayed within the boundaries of the TImage object.

Main properties are : Canvas, Center, Picture, Stretch, Transparent.

Methods

In TImage

Derived from TControl

Derived from TComponent

Derived from TPersistent

Derived from TObject