TLayeredImage32


TLayeredImage32 is a container for multiple images that will eventually be merged into a single image (via the GetMergedImage method).

As layers (TLayer32) are added or inserted into a TLayeredImage32 object, their index order will determine how each layer will be rendered relative to other layers. Layers with lower indexes will appear below those with higher indexes once they are merged. The TLayeredImage32's bounds will determine the size of the merged image. Any layers with a part or all of their own bounds outside these bounds will have those portions clipped from the merged image.

Reference

Methods Properties
AddLayer BackgroundColor
AttachRoot Bounds
Clear Count
Create Height
DeleteLayer Image
DetachRoot Layer
FindLayerNamed MidPoint
GetLayerAt Root
GetMergedImage Width
InsertLayer
Invalidate
SetSize

See Also

TLayer32