#include <Pt/Forms/CanvasLayout.h>
Position and size of a canvas child.
Public Member Functions | |
| LayoutParams () | |
| Creates empty parameters. | |
| LayoutParams (const Gfx::PointF &pos, const Gfx::SizeF &size) | |
| Creates parameters for pos and size. | |
| const Gfx::PointF & | position () const |
| Returns the stored position. | |
| const Gfx::SizeF & | size () const |
| Returns the stored size. | |