clipoutpath专题

Android 画布canvas clipOutPath(Path path)

boolean    clipOutPath(Path path) Set the clip to the difference of the current clip and the specified path. Canvas 中clipOutPath(Path path)方法,是对画布按照path进行裁剪的意思。参数path是由直线段,二次曲线和三次曲线组成的复合(多轮廓)几何路径。该方法