Layout.clone constructor
Layout.clone(
- Layout source
Implementation
Layout.clone(Layout source)
: this(source.left, source.top, source.width, source.height);
Layout.clone(Layout source)
: this(source.left, source.top, source.width, source.height);