码迷,mamicode.com
首页 >  
搜索关键字:stroke    ( 452个结果
《计算机图形学》2.1.3 随机扫描显示器
当CRT用于随机扫描显示器(random-scan display)时,其电子束只在屏幕上显示图形的部分移动。电子束逐条地追踪图形的组成线条,从而生成线条图。因此,随机扫描显示器也称为向量显示器(vector display)、笔划显示器(stroke-writing display)或笔迹显示器( ...
分类:其他好文   时间:2016-07-24 11:55:58    阅读次数:184
PAT (Advanced Level) 1091. Acute Stroke (30)
BFS求连通块。递归会爆栈。 ...
分类:其他好文   时间:2016-07-04 21:56:13    阅读次数:138
SVG 签名动画 制作
不知道哪天看到的一个朋友圈里面有发的什么什么免费教签名之类的,就看了下SVG,做这功能还不错。 主要用到的几个属性,需要自行百度一下,不详说 stroke-dashoffset , stroke-dasharray 主要这两个。 <svg xmlns="http://www.w3.org/2000/ ...
分类:其他好文   时间:2016-07-01 20:00:11    阅读次数:269
Android:res之shape制作圆角、虚线、渐变
xml控件配置属性 标签 corners 圆角gradient 渐变padding 内容离边界距离size 大小 solid 填充颜色stroke 描边 注意的是corners的属性bottomLeftRadius为右下角、bottomRightRadius为左下角 shape制作圆角 shape制 ...
分类:移动开发   时间:2016-06-21 10:54:48    阅读次数:136
第七周作业
疑问1: 画布中strok和fill二者的区别是什么? HTML5将图形分为两大类:第一类称作Stroke,就是轮廓,勾勒或者线条总之,图形可是由线条组成的;第二类称作Fill,就是填充区域。上下文对象中有两个绘制矩形的方法,可以让我们很好地理解这两大类型的区别:一个是strokeRect,还有一个 ...
分类:其他好文   时间:2016-06-02 21:57:59    阅读次数:114
背水一战 Windows 10 (13) - 绘图: Stroke, Brush
[源码下载] 背水一战 Windows 10 (13) - 绘图: Stroke, Brush 作者:webabcd介绍背水一战 Windows 10 之 绘图 Stroke - 笔划 Brush - 画笔 示例1、演示“Stroke”相关知识点Drawing/Stroke.xaml 2、演示“Br ...
分类:Windows程序   时间:2016-05-23 10:20:15    阅读次数:302
1091. Acute Stroke (30)【搜索】——PAT (Advanced Level) Practise
题目信息1091. Acute Stroke (30)时间限制400 ms 内存限制65536 kB 代码长度限制16000 B One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which...
分类:其他好文   时间:2016-05-18 19:33:49    阅读次数:208
XMG UIBezierPath与CGContextRef
1. 贝泽尔路径只有当stroke的时候才会添加到上下文当中 如果想要在stroke之前就添加到上下文中的话 // 把路径添加到上下文     // .CGPath 可以UIkit的路径转换成CoreGraphics路径     CGContextAddPath(ctx, path.CGPath); 如果用贝泽尔stroke 的话只认贝泽尔的状态,是不去管上下文的...
分类:其他好文   时间:2016-05-12 23:31:56    阅读次数:254
Android中使用shape
Android中使用shapeshape的属性有: - corners–圆角 - padding–内边距 - size(height、width)–设置宽高 - stroke–描边 - gradient–渐变 - solid–填充分别介绍1.corners–圆角<corners android:radius="10dp" android:bottomLeftRadius=...
分类:移动开发   时间:2016-05-12 18:32:21    阅读次数:213
绘制基本图形
paint基本方法 setStylepaint.setStyle(Style.FILL)方法可以给paint设置绘制风格,有FILL,FILL_AND_STROKE,STROKE,这3种绘制风格,每种有所不同。上图的3个圆,分别是FILL,FILL_AND_STROKE,STROKE风格绘制的。 setShadowLayer setShadowLayer (float radius, float d...
分类:其他好文   时间:2016-05-12 14:48:52    阅读次数:181
452条   上一页 1 ... 32 33 34 35 36 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!