#include <Pt/Forms/CanvasLayout.h>
Position and size of a canvas child.
|
|
| 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.
|