strokeRect abstract method

void strokeRect(
  1. num x,
  2. num y,
  3. num width,
  4. num height,
  5. PStyle style,
)

Stroke a rectangle (x,y , width x height).

Implementation

void strokeRect(num x, num y, num width, num height, PStyle style);