TCustomImage32

Ancestors

TCustomControl
   |
TCustomPaintBox32

Description

A visual control capable of displaying bitmap images.

TCustomImage32 is a base class for TImage32. In addition to TCustomPaintBox32 behavior, it contains an easy-manageable bitmap and a collection of layers.

It introduces several properties to determine how the bitmap image is displayed within the boundaries of the control.

For more information on how to use TCustomImage32 and its descendants, 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, TCustomPaintBox32, TImage32