码迷,mamicode.com
首页 >  
搜索关键字:draw ondraw dispatc    ( 2092个结果
iOS图片上加标签或者水印
直接贴代码吧 UIImage+Text.h UIImage+Text.m 调用举例 ...
分类:移动开发   时间:2016-12-12 01:25:50    阅读次数:283
DataGridView控件行标题显示序号
Rectangle rectangle = new Rectangle(e.RowBounds.Location.X, e.RowBounds.Location.Y, dataGridViewX1.RowHeadersWidth - 4, e.RowBounds.Height); TextRende ...
分类:Windows程序   时间:2016-12-09 19:26:50    阅读次数:247
HTML5 简单实现刮刮乐效果
使用HTML5 globalCompositeOperation = "destination-out"; 方法实现的刮刮乐效果 ...
分类:Web程序   时间:2016-12-09 15:48:06    阅读次数:571
从位图文件生成任意形状的窗口
http://hi.baidu.com/aidfan/blog/item/89547c4336566a1d9213c67a.html 有许多的软件的界面十分地漂亮,不仅窗口的客户区绘制得十分精细,连窗口的外形也是“奇形怪状”的,比如 Office 2000助手、Media Player 7、Medi ...
分类:其他好文   时间:2016-12-09 00:04:29    阅读次数:251
滑动的Button
在介绍SwitchButton之前,先来看一下系统Button是如何实现的。源码如下: [html] view plain copy print? @RemoteView public class Button extends TextView { public Button(Context con ...
分类:其他好文   时间:2016-12-08 18:47:28    阅读次数:437
自定义view
这两篇文章不可错过,是最靠谱的基础文献。总的来说,如果想完全定制,就继承与于View类;如果只是在原有控件基础上拓展,那就继承TextView、Button或者LinearLayout等。接下来,就以实例的形式,逐步掌握这方面的技能。 下面就自定义一个类,用来画一个圆圈: [html] view p ...
分类:其他好文   时间:2016-12-08 18:29:46    阅读次数:256
弹出菜单
封装的一个方法 .h文件中 #import <UIKit/UIKit.h> @protocol LrdOutputViewDelegate <NSObject> @required - (void)didSelectedAtIndexPath:(NSIndexPath *)indexPath; @e ...
分类:其他好文   时间:2016-12-07 18:13:27    阅读次数:348
Android ANR分析(1)
转自:http://blog.csdn.net/itachi85/article/details/6918761 一:什么是ANR ANR:Application Not Responding,即应用无响应 二:ANR的类型 ANR一般有三种类型: 1:KeyDispatchTimeout(5 se ...
分类:移动开发   时间:2016-12-06 20:47:59    阅读次数:252
Android笔记
SYSTEM_ALERT_WINDOW and WRITE_SETTINGS, 这两个权限比较特殊,不能通过代码申请方式获取,必须得用户打开软件设置页手动打开,才能授权。路径是:Settings->Apps->App Setting->Draw over other apps . 然后手动打开应用的 ...
分类:移动开发   时间:2016-12-06 02:29:25    阅读次数:133
81.Android之沉浸式状态栏攻略
转载:http://blog.csdn.net/lmj623565791/article/details/48649563/ 一、概述 近期注意到QQ新版使用了沉浸式状态栏,ok,先声明一下:本篇博客效果下图: 关于这个状态栏变色到底叫「Immersive Mode」/「Translucent Ba ...
分类:移动开发   时间:2016-12-05 02:18:52    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!