Android開發中三個繪圖工具(Paint,Canvas,Path)的基本用法(總結)

Canvas(畫布),Paint(畫筆),Path(路徑)。這三個是常用的繪圖工具,是自定義View的基本。 效果圖如下: 自定義View的代碼如下: package com.deepreality.canvasandpaintandpath; import android.content.Context; import android.graphics.BitmapFactory; impor
相關文章
相關標籤/搜索