资源简介

主要用来再PICTUREBOX上画坐标轴

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace DrawRectangularCoordinateSystem
{
    public partial class frmMain : Form
    {
        private GraphPainter m_graphPainter = new GraphPainter();
        public frmMain()
        {
            InitializeComponent();

            using (Graphics g = this.CreateGraphics())
            {
                m_graphPainter.InitGraphPositions(g this.ClientSize);
            }

            this.DoubleBuffered = true;
        }

        private void frmMain_Paint(object sender PaintEventArgs e)
        {
            m_graphPainter.DrawCoordinate(e.Graphics this.ClientSize);
   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\
     文件         983  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem.sln
     文件       38912  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem.v11.suo
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\
     文件        3828  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem.csproj
     文件       14971  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\GraphPainter.cs
     文件         525  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\Program.cs
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\Properties\
     文件        1474  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\Properties\AssemblyInfo.cs
     文件        2892  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\Properties\Resources.Designer.cs
     文件        5612  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\Properties\Resources.resx
     文件        1118  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\Properties\Settings.Designer.cs
     文件         249  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\Properties\Settings.settings
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\bin\
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\bin\Debug\
     文件       13824  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\bin\Debug\DrawRectangularCoordinateSystem.exe
     文件       32256  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\bin\Debug\DrawRectangularCoordinateSystem.pdb
     文件       22472  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\bin\Debug\DrawRectangularCoordinateSystem.vshost.exe
     文件        1621  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\frmMain.Designer.cs
     文件        1097  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\frmMain.cs
     文件        5817  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\frmMain.resx
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\
     目录           0  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\
     文件         863  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6921  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         180  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\DrawRectangularCoordinateSystem.Properties.Resources.resources
     文件         942  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\DrawRectangularCoordinateSystem.csproj.FileListAbsolute.txt
     文件         977  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\DrawRectangularCoordinateSystem.csproj.GenerateResource.Cache
     文件       13824  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\DrawRectangularCoordinateSystem.exe
     文件         180  2017-07-16 09:37  DrawRectangularCoordinateSystem-master\DrawRectangularCoordinateSystem\DrawRectangularCoordinateSystem\obj\Debug\DrawRectangularCoordinateSystem.frmMain.resources
............此处省略2个文件信息

评论

共有 条评论