void drawBitmap(Bitmap bitmap, Rect src, Rect dst, Paint paint) Draw the specified bitmap, scaling/translating automatically to fill the destination rectangle. 绘制指定的位图,自动缩放/平移以填充目标矩形。没有返回值。该方法有三个参
void drawArc(RectF oval, float startAngle, float sweepAngle, boolean useCenter, Paint paint) Draw the specified arc, which will be scaled to fit inside the specified oval. 也就是在画布上绘制一个指定弧。这个方法有5个参数
void drawARGB(int a, int r, int g, int b) Fill the entire canvas' bitmap (restricted to the current clip) with the specified ARGB color, using srcover porterduff mode. 也就是用ARGB颜色填充画布的意思。这个方法有三个参数,
void concat(Matrix matrix) Preconcat the current matrix with the specified matrix. 可以理解成对matrix的变换应用到canvas上的所有对象。 参数Matrix是The Matrix class holds a 3x3 matrix for transforming coordinates.意思。可以理
clipOutRect(Rect rect) Set the clip to the difference of the current clip and the specified rectangle, which is expressed in local coordinates. Canvas 中clipOutRect(Rect rect)方法,是对画布按照rect进行裁剪的意思。参数re
boolean clipOutPath(Path path) Set the clip to the difference of the current clip and the specified path. Canvas 中clipOutPath(Path path)方法,是对画布按照path进行裁剪的意思。参数path是由直线段,二次曲线和三次曲线组成的复合(多轮廓)几何路径。该方法
在个性化的时代浪潮中,构建个人IP成为了提升个人影响力的黄金通道。之前分享过企业的商业模式画布,很受大家喜欢,今天我们分享个人商业模式画布,它适用于个人发展,可以帮助你有效地打造个人品牌,重塑你的职业生涯,重新找回人生方向。欢迎抽出一点时间,梳理你个人的商业模式画布。 一、什么是个人商业模式画布? 个人商业画布(Personal Business Model Canvas)是商业画布(