lock method

void lock(
  1. dynamic c,
  2. dynamic p
)

Implementation

void lock( ui.Canvas c, ui.Paint p ){
	_c = c;
	_p = p;
}