set method
Implementation
Pointer<NPatchInfoC> set(
num x, num y, num width, num height,
num left, num top, num right, num bottom,
int layout,
) {
ref.set(
x, y, width, height,
left, top, right, bottom,
layout,
);
return this;
}