测试类: 运行结果: Rectangle::draw() methodSquare::draw() methodRed::addColor() methodBlue::addColor() method UML图: ...
分类:
其他好文 时间:
2018-08-07 22:52:25
阅读次数:
151
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pi... ...
分类:
其他好文 时间:
2018-08-06 23:21:55
阅读次数:
208
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:
其他好文 时间:
2018-08-05 18:04:46
阅读次数:
153
1、自定义控件 1.1 CHDataView.h 1.2 CHDataView.m 2、自定义控件中的实际执行顺序 ...
分类:
其他好文 时间:
2018-08-05 14:17:44
阅读次数:
115
下面的案例通过模版实现三角形截取的功能,代码如下: 运行程序,发现什么也没绘制 然后把标红的屏蔽代码打开,运行,绘制如图所示: 分析原因: 大部分代码都有注释,简单说一下: 通过上面代码的运行,_mask_layer_le的二进制数最终为00000011,也就是绘制的时候,模版缓冲区的每一像素点的值 ...
分类:
其他好文 时间:
2018-08-03 16:39:03
阅读次数:
148
下载地址:http://www.mxdraw.com/ndetail_109.html增加所有接口CHM帮助文档增加得到当前打开文件函数读写CAD扩展记录接口读写属性块属性文字本函数读写CAD文字样式表函数增加绘制椭圆,椭圆弧函数
分类:
移动开发 时间:
2018-08-02 11:17:36
阅读次数:
179
很好的说明文: https://xiaozhou.net/learn-the-command-line-iterm-and-zsh-2017-06-23.html iTerm2是Mac os用户使用的command app。 Zsh是配合iTerm2的shell框架,扩展了一些功能,如自动补全命令, ...
分类:
其他好文 时间:
2018-08-01 22:26:14
阅读次数:
246
下载地址: http://www.mxdraw.com/ndetail_105.html 1. 增加属性匹配功能 2. 增加List命令 3. 增加CAD图纸审图批注功能 4. 环形阵列功能 ...
分类:
其他好文 时间:
2018-07-31 13:18:51
阅读次数:
141