資源簡介
代碼片段和文件信息
//#####################################################################################
//★★★★★★★???????????http://www.cnpopsoft.com?[華普軟件]???????????★★★★★★★
//★★??華普軟件-VB、C#專業論文與源碼薈萃,敏捷開發,平臺戰略,讓商業軟件靚起來!??★★
//#####################################################################################
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Drawing;
using?System.Drawing.Drawing2D;
namespace?CNPOPSOFT.Controls
{
????[Serializable]
????public?class?CustomPoint
????{
????????public?CustomPoint()
????????{
????????????this.x?=?0;
????????????this.y?=?0;
????????}
????????public?CustomPoint(int?x?int?y)
????????{
????????????this.x?=?(float)x;
????????????this.y?=?(float)y;
????????}
????????public?CustomPoint(float?x?float?y)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
-----------?---------??----------?-----??----
??????????????1074944????????????????????64
- 上一篇:C# winform截屏
- 下一篇:TCP UDP測試工具 模擬發送接收數據
評論
共有 條評論