用canvas画只有一个角是圆角的矩形,能画出来么?

求各位大侠指点,谢谢... 求各位大侠指点,谢谢 展开
蓝小颜Nm6
2014-04-30 · 超过60用户采纳过TA的回答
知道答主
回答量:107
采纳率:0%
帮助的人:138万
展开全部
public static Bitmap getRoundedCornerBitmap(Bitmap bitmap, float roundPx) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(), Config.ARGB_8888); Canvas canvas = new Canvas(output); final int color = 0xff424242; final Paint paint = new Paint(); final Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); final RectF rectF = new RectF(rect); paint.setAntiAlias(true); canvas.drawARGB(0, 0, 0, 0); paint.setColor(color); canvas.drawRoundRect(rectF, roundPx, roundPx, paint); paint.setXfermode(new PorterDuffXfermode(Mode.SRC_IN)); canvas.drawBitmap(bitmap, rect, rect, paint); return output; } 查看原帖>>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
东莞大凡
2024-08-07 广告
作为东莞市大凡光学科技有限公司的一员,我们深知Matlab圆点标定板在相机标定中的重要性。该标定板通过均匀分布的圆点,帮助精确计算相机参数,优化成像效果。Matlab强大的编程功能,使得我们能够灵活设计标定板,调整圆点大小、数量和分布,以满... 点击进入详情页
本回答由东莞大凡提供
哈了个蜜8O40
2014-04-30 · 超过65用户采纳过TA的回答
知道答主
回答量:112
采纳率:0%
帮助的人:167万
展开全部
int x = 10; int y = 10; int width = 300; int height = 50; float[] outerR = new float[] { 12, 12, 0, 0, 0, 0, 30, 30 }; RoundRectShape rectShape=new RoundRectShape(outerR, null, null); ShapeDrawable mDrawables= new ShapeDrawable(new RoundRectShape(outerR, null,null)); mDrawables.getPaint().setColor(Color.RED); mDrawables.setBounds(x, y, x + width, y + height); mDrawables.draw(canvas);费了九牛二虎之力终于找到点踪迹了,基本上搞定
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友edce5f773d2
2014-05-01 · TA获得超过283个赞
知道答主
回答量:180
采纳率:0%
帮助的人:144万
展开全部
找到方法了float[] radii={12f,12f,0f,0f,0f,0f,0f,0f};path.addRoundRect(new RectF(0, 0, 50, 50), radii, Path.Direction.CW);canvas.drawPath(path,paint); 查看原帖>>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
歌者歌马鞍5694
2014-05-01 · 超过63用户采纳过TA的回答
知道答主
回答量:125
采纳率:50%
帮助的人:57.3万
展开全部
int x = 10; int y = 10; int width = 300; int height = 50; float[] outerR = new float[] { 12, 12, 0, 0, 0, 0, 30, 30 }; RoundRectShape rectShape=new RoundRectShape(outerR, null, null); ShapeDrawable mDrawables= new ShapeDrawable(new RoundRectShape(outerR, null,null)); mDrawables.getPaint().setColor(Color.RED); mDrawables.setBounds(x, y, x + width, y + height); mDrawables.draw(canvas);费了九牛二虎之力终于找到点踪迹了,基本上搞定 查看原帖>>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
别依白5c
2014-05-01 · 超过54用户采纳过TA的回答
知道答主
回答量:116
采纳率:100%
帮助的人:50.3万
展开全部
int x = 10; int y = 10; int width = 300; int height = 50; float[] outerR = new float[] { 12, 12, 0, 0, 0, 0, 30, 30 }; RoundRectShape rectShape=new RoundRectShape(outerR, null, null); ShapeDrawable mDrawables= new ShapeDrawable(new RoundRectShape(outerR, null,null)); mDrawables.getPaint().setColor(Color.RED); mDrawables.setBounds(x, y, x + width, y + height); mDrawables.draw(canvas);费了九牛二虎之力终于找到点踪迹了,基本上搞定 查看原帖>>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 3条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式