我一直在研究這一段時間。此代碼:Android canvas.drawPoint忽略Paint.Cap round
Log.i(TAG, "stroke style: " + paint.getStyle());
Log.i(TAG, "stroke cap: " + paint.getStrokeCap());
canvas.drawPoint(p.x, p.y, paint);
向日志打印「STROKE」和「ROUND」,但在地圖上繪製了一個黑色的SQUARE!任何人都知道我需要以不同的方式來生產一個點而不是一個方形!
謝謝!
編輯 我要去給畫圓用一個鏡頭的下方建議(S),但我只是困惑我猜,因爲一切我讀過表示您應該能夠表明你想要一個圓那樣。一個例子是this google book entry
我認爲cap選項是'Path's而不是'Shapes'。 – 2013-02-25 18:46:12