setD method

Implementation

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