1 import android.content.Context; 2 import android.graphics.Canvas; 3 import android.graphics.Color; 4 import android.graphics.Paint; 5 import androi....
DirectUI意为直接在父窗口上绘图(Paint on parent dc directly)。即子窗口不以窗口句柄的形式创建(windowless),只是逻辑上的窗口,绘制在父窗口之上。微软的“DirectUI”技术广泛的应用于Windows XP、Vista、Windows 7,如浏览器左侧的...
分类:
其他好文 时间:
2014-08-29 17:49:38
阅读次数:
274
/////////继承SurfaceView 的类
public class PaintView extends SurfaceView implements Runnable,SurfaceHolder.Callback {
private float mX;
private float mY;
private Paint mPaint = null;...
分类:
其他好文 时间:
2014-08-28 11:28:19
阅读次数:
185
1、文件的操作,读写文件,解决乱码问题读文件InputStreamReader isr = new InputStreamReader(new FileInputStream(new File(path)), "UTF-8");BufferedReader reader = new Buffered...
分类:
其他好文 时间:
2014-08-24 23:28:33
阅读次数:
304
>_hWin; 40 GUI_PID_STATE State; 41 GUI_PID_GetState(&State); 42 switch (pMsg->MsgId) { 43 case WM_PAINT: 44 State.x -= WM_GetWindowOrgX(hW...
分类:
移动开发 时间:
2014-08-24 22:00:33
阅读次数:
269
1 public class RoundImageView extends ImageView { 2 private Paint paint; 3 private int roundWidth = 50; 4 private int roundHeight = 50...
分类:
移动开发 时间:
2014-08-24 11:32:42
阅读次数:
211
1 public class RoundImageView extends ImageView { 2 private Paint paint; 3 private int roundWidth = 50; 4 private int roundHeight = 5...
分类:
移动开发 时间:
2014-08-22 19:43:29
阅读次数:
208
下面我们将:一)更加完整的解释Graphics类二)使用方法来更清晰的重新编写前面图形小应用程序之一三)介绍一些其他的绘图的方法四)介绍方法init,它是类似于paint但是用于不同用途的另一个小应用程序方法Graphics类它的对象表示屏幕上的一块区域,当比这一说法包含更多的内容。这样的对象拥有让...
分类:
编程语言 时间:
2014-08-22 12:31:56
阅读次数:
194
private BlurMaskFilter PaintBGBlur; private int ScrHeight; private int ScrWidth; private Paint[] arrPaintArc; private Paint PaintText = null; private ...
分类:
移动开发 时间:
2014-08-20 15:49:42
阅读次数:
223
array(
"wx_content" => array("weixin_user" => "微信号码", "weixin_pass" => "微信密码")
)
);
wx_login();
$messge_list = get_message_list();
$file_id=$messge_list[...
分类:
微信 时间:
2014-08-19 16:32:34
阅读次数:
416