Menu

#16 Clarification on Layers and Bitmap

open
nobody
None
5
2012-10-17
2012-10-17
Paul
No

Hello,

when using a "TImage32" object it inherits a property "Buffer" from "TCustomPaintBox32" and properties "Bitmap" and "Layers" from "TCustomImage32".
- Using "Bitmap" there is the possibility of using "DrawMode" etc. in order to get the result in "Buffer" constructed.
- Using "Layers" there are several options (e.g. "Visible") of combining them in order to get the result in "Buffer" constructed.
As I do not find any information in the documentation if these two variants are mutual exclusive or not could someone please clarify what happens if in one object "Bitmap" AND "Layers" are used?

Thanks,
Paul

Discussion