在插入UIImageView(通过设置public static void paintComponent (Graphics g) {
int width = Integer.parseInt(xinwindow.getText());
int hight = Integer.parseInt(yinwindow.getText());
g.setColor(Color.black);
g.drawLine((width/2)- 1, 0, (width/2) +1 , hight);
}
属性来掩盖)时,之前绘制的线条也会被掩盖。
首先使用MaskView
UIBezierPath
和CAShapeLayer
有没有办法画线,还是必须再次画线?