LayoutOUT constructor
LayoutOUT(
- LayoutIN iN
Implementation
LayoutOUT(LayoutIN iN) : super(iN) {
width = iN.width;
height = iN.height;
}
LayoutOUT(LayoutIN iN) : super(iN) {
width = iN.width;
height = iN.height;
}