TImage32

Ancestors

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

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

See Also

Using TImage32, Examples, TBitmap32, TCustomImage32