rect method

void rect(
  1. num x,
  2. num y,
  3. num w,
  4. num h,
)

Implementation

external void rect(
  num x,
  num y,
  num w,
  num h,
);