graphic Path.FillType

1. PathmPath = new Path();
   mPath.setFillType(ft);



    ft 为以下值:
    Path.FillType.WINDING

    Path.FillType.EVEN_ODD

    Path.FillType.INVERSE_WINDING

    Path.FillType.INVERSE_EVEN_ODD


你可能感兴趣的:(Path)