appendFlags method

void appendFlags(
  1. int flags
)
inherited

Implementation

void appendFlags(int flags) {
  drawFlags |= flags;
}