Molecules - BoxImageComponent
Share
This article explains Molecules' BoxImageComponent.
Molecules are created by combining Atoms and other Molecules.
BoxImageComponent is created by combining BoxComponent and ImageComponent.
Choose from 9 different layouts and images. You can also choose the width, height and background color of the BoxComponent.
To configure components, implement the Configure virtual function to specify the configuration of the components.
In the test of BoxImageComponent, the final structure is composed of Atoms DOM structure (WindowComponent-BoxComponent-ImageComponent), and the configured processes such as drawing are executed after composition.
Details will be explained in the Component tutorial.