TCustomImgView32

Ancestors

TCustomControl
   |
TCustomPaintBox32
   |
TCustomImage32

Description

TCustomImgView32 is an extention of TCustomImage32, which additionaly provides a couple of scroll bars to simplify operations with images larger then the control area.

Most of its behavior is inherited from TCustomImage32, however some properties are obsolete:

For more information on how to use TCustomImgView32 and its descendants, see Using TImage32.

Reference

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

See Also

Using TImage32, TCustomImage32