setC method

Implementation

NPatchInfoC setC(NPatchInfoC o) {
  source.setC(o.source);
  left = o.left;
  top = o.top;
  right = o.right;
  bottom = o.bottom;
  layout = o.layout;
  return this;
}