#

patheffect

  • android開發(fā)PathEffect問題處理

    我要畫出一塊由不規(guī)則path組成的區(qū)域,并且這個path因為視覺效果需要設置圓角,我就通過Paint.setPathEffect(new CornerPathEffect(300)); 給設置了圓角,

    作者:laozhang
    2020-08-20 14:24:02
  • Android Graphics之PathEffect

    #本文基于android sdk 22在android graphics模塊中有一類特效類叫做“path effect”,他們有一個共同的基類“PathEffect”。這些path effect的唯一

    作者:longsam
    2020-07-20 23:52:23