• 大小: 0.76M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 仪表盘  

资源简介


资源截图

代码片段和文件信息

//#####################################################################################
//★★★★★★★           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


评论

共有 条评论