代码:[code=delphi]unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls;type T ...
分类:
其他好文 时间:
2019-01-25 12:53:05
阅读次数:
160
DirectX11 Study Note I will record the sequence of creating a direct3d graphics, and explanation the important point of every function accroding MSDN ...
分类:
其他好文 时间:
2019-01-25 00:22:19
阅读次数:
222
https://www.linuxidc.com/Linux/2016-05/131097.htm 在终端中依次运行如下命令: sudo add-apt-repository ppa:a-v-shkop/chromium sudo apt-get update sudo apt-get instal ...
分类:
系统相关 时间:
2019-01-22 21:43:33
阅读次数:
157
首先在Resource brower中点击笔状图标进入新建文件项目中 然后再插入图片并命名(1为命名,2插入图片) ...
分类:
其他好文 时间:
2019-01-21 17:10:55
阅读次数:
398
svg简介 Scalable Vector Graphics 可缩放矢量图形 SVG 图像在放大或改变尺寸的情况下其图形质量不会有所损失 svg知识点 svg如何绘图 svg和cnavas区别 svg如何实现动画效果 svg应用场景 1.图表 2.图标 icon 3.动效 4.矢量图:由点/线/图形 ...
分类:
其他好文 时间:
2019-01-20 00:08:53
阅读次数:
204
1.浏览器内核(主要指渲染引擎): webkit 谷歌用的多 Safari 苹果 trident(IE内核) Gecko 火狐用的最多,跨平台 Chromium/Blink 谷歌 移动端 iPhone 和 iPad 等苹果 iOS 平台主要是 WebKit,Android 4.4 之前的 Andro ...
分类:
Web程序 时间:
2019-01-18 23:10:54
阅读次数:
237
Servicification Summary The Chromium codebase now supports many platforms and use cases. In response, we need to migrate the code base to a more modul ...
分类:
其他好文 时间:
2019-01-18 20:13:25
阅读次数:
153
实现效果: 知识运用: Graphics类的DrawLine方法和MouseEventArgs类的x,y属性 实现代码: ...
分类:
其他好文 时间:
2019-01-18 19:52:47
阅读次数:
177
一.代码示例 需要说明的是: public abstract class Graphics extends Object Graphics类是所有图形上下文的抽象基类,允许应用程序绘制在各种设备上实现的组件,以及屏幕上的图像。 Graphics类是所有图形上下文的抽象基类,允许应用程序绘制在各种设备 ...
分类:
其他好文 时间:
2019-01-18 10:15:59
阅读次数:
226
实现效果: 知识运用: Graphics对象的DrawLine方法 public void DrawLine (Pen pen, Point pt1,Point pt2) public void DrawLine (Pen pen, int x1,int y1,int x2,int y2) 实现代码 ...
分类:
其他好文 时间:
2019-01-15 22:06:38
阅读次数:
219