D
Size: a a a
R
МВ
g
g
МВ
МВ
МВ
МВ
МВ
ref Context moveTo(ref Context context, double x, double y) {
context.moveTo(x, y);
return context;
}
ref Context lineTo(ref Context context, double x, double y) {
context.lineTo(x, y);
return context;
}
context.moteTo(x, y).lineTo(x + dx, y + dy);