TBitmapLayer

Ancestors

TPersistent
   |
TNotifiablePersistent
   |
TCustomLayer
   |
TPositionedLayer

Description

In addition to behavior inherited from TPositionedLayer, TBitmapLayer, stores and displays a TBitmap32 object.

The contained Bitmap is displayed and scaled using its DrawMode, MasterAlpha and StretchFilter properties.

Reference

Methods Properties Events
In TBitmapLayer:
Create AlphaHit
Destroy Bitmap
Cropped
In TPositionedLayer:
GetAdjustedLocation Location
GetAdjustedRect Scaled
In TCustomLayer:
BringToFront Cursor OnHitTest
Changed Index OnMouseDown
HitTest LayerCollection OnMouseMove
SendToBack LayerOptions OnMouseUp
Update LayerStates OnPaint
MouseEvents
Tag
Visible
In TNotifiablePersistent:
BeginUpdate UpdateCount OnChange
EndUpdate

See Also

Examples, TBitmap32, TCustomBitmap32.DrawMode, TCustomBitmap32.MasterAlpha, TCustomBitmap32.StretchFilter, TPositionedLayer