码迷,mamicode.com
首页 >  
搜索关键字:chromium graphics    ( 3289个结果
SVG以及它的使用方式
一:什么是svg? SVG英文全称为Scalable Vector Graphics,意思为可缩放的矢量图 科普: 计算机中有2种图形,一种是位图,一种是矢量图 传统的 jpg / png / gif图都是位图 位图是一个个很小的颜色小方块组合在一起的图片。一个小方块代表1px 位图的优点和缺点 优 ...
分类:其他好文   时间:2020-01-12 13:35:58    阅读次数:57
Egret之渐变填充
this.bgShape=newegret.Shape();this.bgShape.width=w;this.bgShape.height=h;let$max:egret.Matrix=this.bgShape.matrix;$max.a=$max.d=0;$max.c=$max.b=1;this.bgShape.graphics.beginGradientFill(egret.Gradient
分类:其他好文   时间:2020-01-11 22:32:32    阅读次数:372
python,selenium初步
selenium,webDriver安装 https://sites.google.com/a/chromium.org/chromedriver/downloads tips:安装WebDriver的时候,要看自己的driver是什么版本然后下载对应的驱动,如图 但是fsdfsd d ...
分类:编程语言   时间:2020-01-10 20:07:39    阅读次数:59
.NET GDI
序言 Graphics类封装一个GDI+绘图图面,提供将对象绘制到显示设备的方法,Graphics与特定的设备上下文关联。 画图方法都被包括在Graphics类中,在画任何对象时,我们首先要创建一个Graphics类实例,这个实例相当于建立了一块画布,有了画布才可以用各种画图方法进行绘图。 现实中作 ...
分类:Web程序   时间:2020-01-09 22:57:20    阅读次数:165
dac FDMemTable
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:其他好文   时间:2020-01-09 14:44:32    阅读次数:86
【iOS入门】了解CG
CG开头的方法,明显不是NS系列的api。是一套类似 android 中 Graphics类 。 在android 中 view 最终调用 Graphics绘制内容。利用Graphics 和Paint 可以绘制自各种自定义view. iOS 开发中 Core Graphics 大部门能找到对应方法。 ...
分类:移动开发   时间:2020-01-09 13:13:58    阅读次数:120
注册系统热键
unit unitFrmMain; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormCr ...
分类:其他好文   时间:2020-01-09 13:02:44    阅读次数:85
本地同步到网络时间
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, ...
分类:其他好文   时间:2020-01-09 10:34:57    阅读次数:128
tfield的字段名和显示名
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, DB, ADODB, StdCtrls; ty ...
分类:其他好文   时间:2020-01-09 10:17:47    阅读次数:94
电脑型号 14
电脑型号 X64 兼容 台式电脑 (扫描时间:2020年01月08日)操作系统 Windows 7 旗舰版 64位 SP1 ( DirectX 11 ) 处理器 英特尔 Pentium(奔腾) G4400 双核主板 华硕 H110M-F ( 100 Series/C230 Series 芯片组 Fa ...
分类:其他好文   时间:2020-01-08 20:46:31    阅读次数:125
3289条   上一页 1 ... 18 19 20 21 22 ... 329 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!