当前位置:编程学习 > wap >>

如何在图片的某个特定区域画上字符串

假如我有一张已经画到canvas上的图片,那么如何在图片上街区一个区域Rect,然后在这个区域上画字符串,各位大神求指教!!! --------------------编程问答--------------------  根据坐标来画文字啊! --------------------编程问答-------------------- api:

public void drawText (CharSequence text, int start, int end, float x, float y, Paint paint)

Since: API Level 1
Draw the specified range of text, specified by start/end, with its origin at (x,y), in the specified Paint. The origin is interpreted based on the Align setting in the Paint.
Parameters

text The text to be drawn
start The index of the first character in text to draw
end (end - 1) is the index of the last character in text to draw
x The x-coordinate of origin for where to draw the text
y The y-coordinate of origin for where to draw the text
paint The paint used for the text (e.g. color, size, style)
--------------------编程问答-------------------- 解决了。。。 --------------------编程问答-------------------- 分享做法,LZ。
补充:移动开发 ,  Android
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,