码迷,mamicode.com
首页 >  
搜索关键字:radius    ( 2156个结果
BB FlashBack pro导出AVI格式的配置参数
文件-->导出,选择AVI格式在选择AVI解码器中选择Cinepak Codec by Radius压缩质量:建议6~12%点击确定在AVI导出选项中选择帧速率:4帧每秒音频选择格式 11.025kHz,stereo,8bit压缩:质量选择低质量得到的AVI文件与fbr文件差不多大,30秒大概4M左...
分类:其他好文   时间:2015-03-15 16:43:04    阅读次数:662
关于canvas.drawArc,canvas.drawOval 和RectF 的关系
1.paint.setStyle(Paint.Style.STROKE) // radius="100dp" // interRadius="40dp" // linearWidth="10dp" // stokenWidth="40dp" mPaint=new Paint(); mPaint.setStyle(Paint.Style.STRO...
分类:其他好文   时间:2015-03-13 14:22:06    阅读次数:145
CSS3资料整合
border-radius:兼容写法: -moz-border-radius: none | {1,4} [/ {1,4} ]? -webkit-border-radius: none | {1,4} [/ {1,4} ]? border-radius: none | {1,4} [/ {1,4} ]?...
分类:Web程序   时间:2015-03-12 17:11:48    阅读次数:139
Unity3D教程宝典之Shader篇:第二十六讲ImageEffects_Twirl
转载自风宇冲Unity3D教程学院Twirl是一个全屏画面扭曲的效果,新仙剑的战斗切换有用到这个效果。主要有三个设置:center 扭曲的中心点radius扭曲的范围angle扭曲的角度用到了如下函数Matrix4x4.TRS(Vector3 pos, Quaternion rotate,Vecto...
分类:编程语言   时间:2015-03-11 14:19:36    阅读次数:193
html button样式变圆角
border-radius 不兼容ie7、ie8 .savebuution0 { background: url("../image/none.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0); border:medium none; border-radius: 8px; color: #fff; font-weight: bold; height: 45px;...
分类:Web程序   时间:2015-03-11 10:52:13    阅读次数:385
HTML网页漂浮广告原理js实现
#demo { width: 100px; height: 100px; position:absolute; border-radius:50px; } window.onload = function(){ var de...
分类:Web程序   时间:2015-03-09 09:28:59    阅读次数:261
css3 设置滚动条的样式
::-webkit-scrollbar { width: 14px; height: 14px;}::-webkit-scrollbar-track,::-webkit-scrollbar-thumb { border-radius: 999px; border: 5px solid tra...
分类:Web程序   时间:2015-03-06 15:28:57    阅读次数:174
Opencv cvCircle函数
cvCircle(CvArr*img, CvPointcenter, intradius, CvScalarcolor, intthickness=1, intlineType=8, intshift=0)img为图像指针,单通道多通道都行,不须要特殊要求center为画圆的圆心坐标radius为圆...
分类:其他好文   时间:2015-03-04 12:27:16    阅读次数:118
canvas绘制圆和弧(三)
利用context的方法,进行圆和弧的绘制context.arc(x,y,radius,startingAngle,endingAngle,anticlockwise);x,y:表示圆心坐标radius:圆的半径startingAngle:绘制圆弧的起始位置(弧度制,比如0,0.5*Math.PI....
分类:其他好文   时间:2015-03-03 13:26:04    阅读次数:121
css3常用属性
1、颜色--rgba 6、过渡--transition2、透明度--opcity 7、动画--animation3、圆角--border-radius 8、渐变--gradient 4、投影--shadow5、变...
分类:Web程序   时间:2015-03-03 11:31:59    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!