setDraw method

void setDraw(
  1. bool draw
)

Implementation

void setDraw(bool draw) {
  isDraw = draw;
}