TImage32

Graphics32

TImage32

Hierarchy

TCustomControl

   |

TCustomPaintBox32

   |

TCustomImage32

Description

An image displaying control.

TImage32 implements the generic behavior introduced in TCustomImage32. It publishes some inherited properties from TCustomImage32, but does not introduce any new behavior.

TImage32 allows loading of its Bitmap property from supported image files in design-time using a property editor, associated with TBitmap32 objects. The same property editor is activated when you double-click the control in design-time.

For more information on TImage32, see Using TImage32.

Reference

Properties Methods Events
In TCustomImage32:
Bitmap BeginUpdate OnBitmapResize
BitmapAlign BitmapToControl OnChange
Layers Changed OnGDIOverlay
OffsetHorz ControlToBitmap OnInitStages
OffsetVert Create OnMouseDown
PaintStages Destroy OnMouseMove
Scale EndUpdate OnMouseUp
ScaleMode ExecBitmapFrame OnPaintStage
ScaleX ExecClearBackgnd OnPixelCombine
ScaleY ExecClearBuffer OnScaleChange
ExecControlFrame
ExecCustom
ExecDrawBitmap
ExecDrawLayers
GetPictureRect
GetPictureSize
Resize
SetupBitmap
In TCustomPaintBox32:
Buffer DoPaintBuffer OnMouseEnter
BufferOversize Flush OnMouseLeave
BufferValid ForceFullInvalidate
Options GetViewportRect
RepaintMode Invalidate
Loaded
SetBounds

See Also

Image32 Example, ImgView and Layers Example, Sprites Example, TBitmap32, TCustomImage32, Using TImage32