問題タブ [android-graphics]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android のキャンバスに四角形を描画できないのはなぜですか?
画面に四角形を継続的に描画するために、アクティビティからカスタム ビュー クラスに四角形の値を渡しています。
onDraw メソッドでなぜ 0 0 0 0 なのか理解できません。コンストラクターで適切な値を取得できます。
例: drawrect: 153 494 535 875
ログ
02-25 18:02:28.795 30639-30639/V/drawrectindraw: 0 0 0 0
02-25 18:02:29.025 30639-31224/V/drawrect: 153 494 535 875
02-25 18:02:29.164 30639-30639/V/drawrectindraw: 0 0 0 0
02-25 18:02:29.366 30639-31412/V/drawrect: 153 494 535 875
02-25 18:02:29.516 30639-30639/V/drawrectindraw: 0 0 0 0
02-25 18:02:29.745 30639-30767/V/drawrect: 199 481 517 801
02-25 18:02:29.919 30639-30639/V/drawrectindraw: 0 0 0 0