markPaintDirty method

void markPaintDirty()

Implementation

void markPaintDirty() {
  artboard.addDirt(this, DirtyFlags.paintDirty, false);
}