LayoutOUT constructor

LayoutOUT(
  1. LayoutIN iN
)

Implementation

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