标签: android darwin
我正在使用代码
myCanvas.drawColor(0, Mode.CLEAR);
如果它不在确切的位置,我会用它来移除它。
但它清除了画布中绘制的所有线条。
那么,如何从中删除特定的行
答案 0 :(得分:0)
首先,在绘制之前剪切画布: clipRect(int left,int top,int right,int bottom)你应该使矩形区域宽1px。
其次,drawColor清除剪裁区域。 drawColor(0,Mode.CLEAR);