setD method
Implementation
@override
NPatchInfoD setD(NPatchInfoD o) {
originalPointer ??= o.originalPointer;
source.setD(o.source);
left = o.left;
top = o.top;
right = o.right;
bottom = o.bottom;
layout = o.layout;
return this;
}
@override
NPatchInfoD setD(NPatchInfoD o) {
originalPointer ??= o.originalPointer;
source.setD(o.source);
left = o.left;
top = o.top;
right = o.right;
bottom = o.bottom;
layout = o.layout;
return this;
}