lock method

void lock(
  1. Canvas c,
  2. Paint p
)

Implementation

void lock( ui.Canvas c, ui.Paint p ){
  _clip.canvas().lock( c, p );
}