Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究一个概念,我必须在 SurfaceView 上画一条线,并希望根据图像移动拖动、放大和缩小以及移动该线。
我会看一下 android API 中的 canvas、paint 和 path 类。