property OnPaint: TPaintLayerEvent;
type TPaintLayerEvent = procedure(Sender: TObject; Buffer: TBitmap32) of object;
Provide a handler for this event to paint the layer. Use the TBitmap32 instance indicated by the Buffer parameter to paint the layer.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024