在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#二维、三维图形开发源码

C#二维、三维图形开发源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:4.44M
  • 下载次数:20
  • 浏览次数:154
  • 发布时间:2023-05-23
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 图形 开发 三维 C#

实例介绍

【实例简介】C#二维、三维图形开发
C#二维、三维图形开发;完全是用C#编写的图形开发代码,没用第三方控件。共9章。分三部分上传

【实例截图】

from clipboard

【核心代码】
文件清单
└── 2-5章
    ├── chapter2-3-4
    │   ├── Chapter2
    │   │   ├── Example2_1_1
    │   │   │   ├── Example2_1_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_1_1.exe
    │   │   │   │   │       ├── Example2_1_1.pdb
    │   │   │   │   │       └── Example2_1_1.vshost.exe
    │   │   │   │   ├── Example2_1_1.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_1_1.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_1_1.exe
    │   │   │   │   │   │   ├── Example2_1_1.pdb
    │   │   │   │   │   │   ├── Example2_1_1.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_1_1.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_1_1.sln
    │   │   │   └── Example2_1_1.suo
    │   │   ├── Example2_1_2
    │   │   │   ├── Example2_1_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_1_2.exe
    │   │   │   │   │       ├── Example2_1_2.pdb
    │   │   │   │   │       └── Example2_1_2.vshost.exe
    │   │   │   │   ├── Example2_1_2.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_1_2.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_1_2.exe
    │   │   │   │   │   │   ├── Example2_1_2.Form1.resources
    │   │   │   │   │   │   ├── Example2_1_2.pdb
    │   │   │   │   │   │   ├── Example2_1_2.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_1_2.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_1_2.sln
    │   │   │   └── Example2_1_2.suo
    │   │   ├── Example2_2_1
    │   │   │   ├── Example2_2_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_2_1.exe
    │   │   │   │   │       ├── Example2_2_1.pdb
    │   │   │   │   │       └── Example2_2_1.vshost.exe
    │   │   │   │   ├── Example2_2_1.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_2_1.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_2_1.exe
    │   │   │   │   │   │   ├── Example2_2_1.Form1.resources
    │   │   │   │   │   │   ├── Example2_2_1.pdb
    │   │   │   │   │   │   ├── Example2_2_1.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_2_1.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_2_1.sln
    │   │   │   └── Example2_2_1.suo
    │   │   ├── Example2_2_2
    │   │   │   ├── Example2_2_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_2_2.exe
    │   │   │   │   │       ├── Example2_2_2.pdb
    │   │   │   │   │       └── Example2_2_2.vshost.exe
    │   │   │   │   ├── Example2_2_2.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_2_2.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_2_2.exe
    │   │   │   │   │   │   ├── Example2_2_2.Form1.resources
    │   │   │   │   │   │   ├── Example2_2_2.pdb
    │   │   │   │   │   │   ├── Example2_2_2.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_2_2.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_2_2.sln
    │   │   │   └── Example2_2_2.suo
    │   │   ├── Example2_2_3
    │   │   │   ├── Example2_2_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_2_3.exe
    │   │   │   │   │       ├── Example2_2_3.pdb
    │   │   │   │   │       └── Example2_2_3.vshost.exe
    │   │   │   │   ├── Example2_2_3.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.designer.cs
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_2_3.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_2_3.exe
    │   │   │   │   │   │   ├── Example2_2_3.pdb
    │   │   │   │   │   │   ├── Example2_2_3.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_2_3.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_2_3.sln
    │   │   │   └── Example2_2_3.suo
    │   │   ├── Example2_3_1
    │   │   │   ├── Example2_3_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_3_1.exe
    │   │   │   │   │       ├── Example2_3_1.pdb
    │   │   │   │   │       └── Example2_3_1.vshost.exe
    │   │   │   │   ├── Example2_3_1.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_3_1.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_3_1.exe
    │   │   │   │   │   │   ├── Example2_3_1.Form1.resources
    │   │   │   │   │   │   ├── Example2_3_1.pdb
    │   │   │   │   │   │   ├── Example2_3_1.Properties.Resources.resources
    │   │   │   │   │   │   ├── Refactor
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_3_1.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_3_1.sln
    │   │   │   └── Example2_3_1.suo
    │   │   ├── Example2_3_2
    │   │   │   ├── Example2_3_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_3_2.exe
    │   │   │   │   │       ├── Example2_3_2.pdb
    │   │   │   │   │       └── Example2_3_2.vshost.exe
    │   │   │   │   ├── ColorMap.cs
    │   │   │   │   ├── Example2_3_2.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.designer.cs
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_3_2.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_3_2.exe
    │   │   │   │   │   │   ├── Example2_3_2.pdb
    │   │   │   │   │   │   ├── Example2_3_2.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_3_2.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_3_2.sln
    │   │   │   └── Example2_3_2.suo
    │   │   ├── Example2_3_3
    │   │   │   ├── Example2_3_3
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_3_3.exe
    │   │   │   │   │       ├── Example2_3_3.pdb
    │   │   │   │   │       └── Example2_3_3.vshost.exe
    │   │   │   │   ├── ColorMap.cs
    │   │   │   │   ├── Example2_3_3.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.designer.cs
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_3_3.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_3_3.exe
    │   │   │   │   │   │   ├── Example2_3_3.pdb
    │   │   │   │   │   │   ├── Example2_3_3.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_3_3.csproj.FileListAbsolute.txt
    │   │   │   │   ├── PointC.cs
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_3_3.sln
    │   │   │   └── Example2_3_3.suo
    │   │   ├── Example2_3_4
    │   │   │   ├── Example2_3_4
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_3_4.exe
    │   │   │   │   │       ├── Example2_3_4.pdb
    │   │   │   │   │       └── Example2_3_4.vshost.exe
    │   │   │   │   ├── ColorMap.cs
    │   │   │   │   ├── Example2_3_4.csproj
    │   │   │   │   ├── Mapfrm.cs
    │   │   │   │   ├── Mapfrm.designer.cs
    │   │   │   │   ├── Mapfrm.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_3_4.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_3_4.exe
    │   │   │   │   │   │   ├── Example2_3_4.Mapfrm.resources
    │   │   │   │   │   │   ├── Example2_3_4.pdb
    │   │   │   │   │   │   ├── Example2_3_4.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_3_4.csproj.FileListAbsolute.txt
    │   │   │   │   ├── PointC.cs
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_3_4.sln
    │   │   │   └── Example2_3_4.suo
    │   │   ├── Example2_4_1
    │   │   │   ├── Example2_4_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example2_4_1.exe
    │   │   │   │   │       ├── Example2_4_1.pdb
    │   │   │   │   │       └── Example2_4_1.vshost.exe
    │   │   │   │   ├── Example2_4_1.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example2_4_1.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example2_4_1.exe
    │   │   │   │   │   │   ├── Example2_4_1.Form1.resources
    │   │   │   │   │   │   ├── Example2_4_1.pdb
    │   │   │   │   │   │   ├── Example2_4_1.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example2_4_1.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example2_4_1.sln
    │   │   │   └── Example2_4_1.suo
    │   │   └── Example2_4_2
    │   │       ├── Example2_4_2
    │   │       │   ├── bin
    │   │       │   │   └── Debug
    │   │       │   │       ├── Example2_4_2.exe
    │   │       │   │       ├── Example2_4_2.pdb
    │   │       │   │       └── Example2_4_2.vshost.exe
    │   │       │   ├── Example2_4_2.csproj
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── obj
    │   │       │   │   ├── Debug
    │   │       │   │   │   ├── Example2_4_2.csproj.GenerateResource.Cache
    │   │       │   │   │   ├── Example2_4_2.exe
    │   │       │   │   │   ├── Example2_4_2.Form1.resources
    │   │       │   │   │   ├── Example2_4_2.pdb
    │   │       │   │   │   ├── Example2_4_2.Properties.Resources.resources
    │   │       │   │   │   └── TempPE
    │   │       │   │   └── Example2_4_2.csproj.FileListAbsolute.txt
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       ├── AssemblyInfo.cs
    │   │       │       ├── Resources.Designer.cs
    │   │       │       ├── Resources.resx
    │   │       │       ├── Settings.Designer.cs
    │   │       │       └── Settings.settings
    │   │       ├── Example2_4_2.sln
    │   │       └── Example2_4_2.suo
    │   ├── Chapter3
    │   │   ├── Example3_1_1
    │   │   │   ├── Example3_1_1
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example3_1_1.exe
    │   │   │   │   │       ├── Example3_1_1.pdb
    │   │   │   │   │       └── Example3_1_1.vshost.exe
    │   │   │   │   ├── Example3_1_1.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example3_1_1.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example3_1_1.exe
    │   │   │   │   │   │   ├── Example3_1_1.Form1.resources
    │   │   │   │   │   │   ├── Example3_1_1.pdb
    │   │   │   │   │   │   ├── Example3_1_1.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example3_1_1.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example3_1_1.sln
    │   │   │   └── Example3_1_1.suo
    │   │   ├── Example3_1_2
    │   │   │   ├── Example3_1_2
    │   │   │   │   ├── bin
    │   │   │   │   │   └── Debug
    │   │   │   │   │       ├── Example3_1_2.exe
    │   │   │   │   │       ├── Example3_1_2.pdb
    │   │   │   │   │       └── Example3_1_2.vshost.exe
    │   │   │   │   ├── Example3_1_2.csproj
    │   │   │   │   ├── Form1.cs
    │   │   │   │   ├── Form1.Designer.cs
    │   │   │   │   ├── Form1.resx
    │   │   │   │   ├── obj
    │   │   │   │   │   ├── Debug
    │   │   │   │   │   │   ├── Example3_1_2.csproj.GenerateResource.Cache
    │   │   │   │   │   │   ├── Example3_1_2.exe
    │   │   │   │   │   │   ├── Example3_1_2.Form1.resources
    │   │   │   │   │   │   ├── Example3_1_2.pdb
    │   │   │   │   │   │   ├── Example3_1_2.Properties.Resources.resources
    │   │   │   │   │   │   └── TempPE
    │   │   │   │   │   └── Example3_1_2.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Program.cs
    │   │   │   │   └── Properties
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── Resources.Designer.cs
    │   │   │   │       ├── Resources.resx
    │   │   │   │       ├── Settings.Designer.cs
    │   │   │   │       └── Settings.settings
    │   │   │   ├── Example3_1_2.sln
    │   │   │   └── Example3_1_2.suo
    │   │   └── Example3_2_1
    │   │       ├── Example3_2_1
    │   │       │   ├── bin
    │   │       │   │   ├── Debug
    │   │       │   │   │   ├── ASTROBOY.bmp
    │   │       │   │   │   ├── colorinput.bmp
    │   │       │   │   │   ├── Example3_2_1.exe
    │   │       │   │   │   ├── Example3_2_1.pdb
    │   │       │   │   │   └── Example3_2_1.vshost.exe
    │   │       │   │   └── Release
    │   │       │   │       ├── ASTROBOY.bmp
    │   │       │   │       ├── colorinput.bmp
    │   │       │   │       ├── Example3_2_1.exe
    │   │       │   │       ├── Example3_2_1.pdb
    │   │       │   │       └── Example3_2_1.vshost.exe
    │   │       │   ├── Example3_2_1.csproj
    │   │       │   ├── Form1.cs
    │   │       │   ├── Form1.Designer.cs
    │   │       │   ├── Form1.resx
    │   │       │   ├── obj
    │   │       │   │   ├── Debug
    │   │       │   │   │   ├── Example3_2_1.csproj.GenerateResource.Cache
    │   │       │   │   │   ├── Example3_2_1.exe
    │   │       │   │   │   ├── Example3_2_1.Form1.resources
    │   │       │   │   │   ├── Example3_2_1.pdb
    │   │       │   │   │   ├── Example3_2_1.Properties.Resources.resources
    │   │       │   │   │   └── TempPE
    │   │       │   │   ├── Example3_2_1.csproj.FileListAbsolute.txt
    │   │       │   │   └── Release
    │   │       │   │       ├── Example3_2_1.csproj.GenerateResource.Cache
    │   │       │   │       ├── Example3_2_1.exe
    │   │       │   │       ├── Example3_2_1.Form1.resources
    │   │       │   │       ├── Example3_2_1.pdb
    │   │       │   │       ├── Example3_2_1.Properties.Resources.resources
    │   │       │   │       └── TempPE
    │   │       │   ├── Program.cs
    │   │       │   └── Properties
    │   │       │       ├── AssemblyInfo.cs
    │   │       │       ├── Resources.Designer.cs
    │   │       │       ├── Resources.resx
    │   │       │       ├── Settings.Designer.cs
    │   │       │       └── Settings.settings
    │   │       ├── Example3_2_1.sln
    │   │       └── Example3_2_1.suo
    │   └── Chapter4
    │       ├── Example4_2_1
    │       │   ├── Example4_2_1
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Example4_2_1.exe
    │       │   │   │       ├── Example4_2_1.pdb
    │       │   │   │       └── Example4_2_1.vshost.exe
    │       │   │   ├── Example4_2_1.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.designer.cs
    │       │   │   ├── obj
    │       │   │   │   ├── Debug
    │       │   │   │   │   ├── Example4_2_1.csproj.GenerateResource.Cache
    │       │   │   │   │   ├── Example4_2_1.exe
    │       │   │   │   │   ├── Example4_2_1.pdb
    │       │   │   │   │   ├── Example4_2_1.Properties.Resources.resources
    │       │   │   │   │   └── TempPE
    │       │   │   │   └── Example4_2_1.csproj.FileListAbsolute.txt
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Example4_2_1.sln
    │       │   └── Example4_2_1.suo
    │       ├── Example4_2_2
    │       │   ├── Example4_2_2
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Example4_2_2.exe
    │       │   │   │       ├── Example4_2_2.pdb
    │       │   │   │       └── Example4_2_2.vshost.exe
    │       │   │   ├── Example4_2_2.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   ├── Debug
    │       │   │   │   │   ├── Example4_2_2.csproj.GenerateResource.Cache
    │       │   │   │   │   ├── Example4_2_2.exe
    │       │   │   │   │   ├── Example4_2_2.Form1.resources
    │       │   │   │   │   ├── Example4_2_2.pdb
    │       │   │   │   │   ├── Example4_2_2.Properties.Resources.resources
    │       │   │   │   │   └── TempPE
    │       │   │   │   └── Example4_2_2.csproj.FileListAbsolute.txt
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Example4_2_2.sln
    │       │   └── Example4_2_2.suo
    │       ├── Example4_3_1
    │       │   ├── Example4_3_1
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Example4_3_1.exe
    │       │   │   │       ├── Example4_3_1.pdb
    │       │   │   │       └── Example4_3_1.vshost.exe
    │       │   │   ├── Example4_3_1.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   ├── Debug
    │       │   │   │   │   ├── Example4_3_1.csproj.GenerateResource.Cache
    │       │   │   │   │   ├── Example4_3_1.exe
    │       │   │   │   │   ├── Example4_3_1.Form1.resources
    │       │   │   │   │   ├── Example4_3_1.pdb
    │       │   │   │   │   ├── Example4_3_1.Properties.Resources.resources
    │       │   │   │   │   └── TempPE
    │       │   │   │   └── Example4_3_1.csproj.FileListAbsolute.txt
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Example4_3_1.sln
    │       │   └── Example4_3_1.suo
    │       ├── Example4_4_1
    │       │   ├── Example4_4_1
    │       │   │   ├── bin
    │       │   │   │   └── Debug
    │       │   │   │       ├── Example4_4_1.exe
    │       │   │   │       ├── Example4_4_1.pdb
    │       │   │   │       └── Example4_4_1.vshost.exe
    │       │   │   ├── Example4_4_1.csproj
    │       │   │   ├── Form1.cs
    │       │   │   ├── Form1.Designer.cs
    │       │   │   ├── Form1.resx
    │       │   │   ├── obj
    │       │   │   │   ├── Debug
    │       │   │   │   │   ├── Example4_4_1.csproj.GenerateResource.Cache
    │       │   │   │   │   ├── Example4_4_1.exe
    │       │   │   │   │   ├── Example4_4_1.Form1.resources
    │       │   │   │   │   ├── Example4_4_1.pdb
    │       │   │   │   │   ├── Example4_4_1.Properties.Resources.resources
    │       │   │   │   │   ├── Refactor
    │       │   │   │   │   └── TempPE
    │       │   │   │   └── Example4_4_1.csproj.FileListAbsolute.txt
    │       │   │   ├── Program.cs
    │       │   │   └── Properties
    │       │   │       ├── AssemblyInfo.cs
    │       │   │       ├── Resources.Designer.cs
    │       │   │       ├── Resources.resx
    │       │   │       ├── Settings.Designer.cs
    │       │   │       └── Settings.settings
    │       │   ├── Example4_4_1.sln
    │       │   └── Example4_4_1.suo
    │       └── Example4_5_1
    │           ├── Example4_5_1
    │           │   ├── bin
    │           │   │   └── Debug
    │           │   │       ├── Example4_5_1.exe
    │           │   │       ├── Example4_5_1.pdb
    │           │   │       └── Example4_5_1.vshost.exe
    │           │   ├── Example4_5_1.csproj
    │           │   ├── Form1.cs
    │           │   ├── Form1.Designer.cs
    │           │   ├── Form1.resx
    │           │   ├── obj
    │           │   │   ├── Debug
    │           │   │   │   ├── Example4_5_1.csproj.GenerateResource.Cache
    │           │   │   │   ├── Example4_5_1.exe
    │           │   │   │   ├── Example4_5_1.Form1.resources
    │           │   │   │   ├── Example4_5_1.pdb
    │           │   │   │   ├── Example4_5_1.Properties.Resources.resources
    │           │   │   │   ├── Refactor
    │           │   │   │   └── TempPE
    │           │   │   └── Example4_5_1.csproj.FileListAbsolute.txt
    │           │   ├── Program.cs
    │           │   └── Properties
    │           │       ├── AssemblyInfo.cs
    │           │       ├── Resources.Designer.cs
    │           │       ├── Resources.resx
    │           │       ├── Settings.Designer.cs
    │           │       └── Settings.settings
    │           ├── Example4_5_1.sln
    │           └── Example4_5_1.suo
    └── Chapter5
        ├── Example5_1_1
        │   ├── Example5_1_1
        │   │   ├── Axis.cs
        │   │   ├── AxisLabel.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   │       ├── Example5_1_1.exe
        │   │   │       ├── Example5_1_1.pdb
        │   │   │       └── Example5_1_1.vshost.exe
        │   │   ├── Border.cs
        │   │   ├── Chart.cs
        │   │   ├── CurveItem.cs
        │   │   ├── CurveList.cs
        │   │   ├── Example5_1_1.csproj
        │   │   ├── FontSpec.cs
        │   │   ├── Form1.cs
        │   │   ├── Form1.designer.cs
        │   │   ├── Form1.resx
        │   │   ├── GapLabel.cs
        │   │   ├── GraphPane.cs
        │   │   ├── Label.cs
        │   │   ├── LinearScale.cs
        │   │   ├── LineBase.cs
        │   │   ├── MajorGrid.cs
        │   │   ├── MajorTic.cs
        │   │   ├── Margin.cs
        │   │   ├── MasterPane.cs
        │   │   ├── MinorGrid.cs
        │   │   ├── MinorTic.cs
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   │   ├── Example5_1_1.csproj.GenerateResource.Cache
        │   │   │   │   ├── Example5_1_1.exe
        │   │   │   │   ├── Example5_1_1.Form1.resources
        │   │   │   │   ├── Example5_1_1.pdb
        │   │   │   │   ├── Example5_1_1.Properties.Resources.resources
        │   │   │   │   └── TempPE
        │   │   │   └── Example5_1_1.csproj.FileListAbsolute.txt
        │   │   ├── PaneBase.cs
        │   │   ├── PaneList.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Scale.cs
        │   │   ├── Types.cs
        │   │   ├── XAxis.cs
        │   │   ├── YAxis.cs
        │   │   └── YAxisList.cs
        │   ├── Example5_1_1.sln
        │   └── Example5_1_1.suo
        ├── Example5_2_1
        │   ├── Example5_2_1
        │   │   ├── Axis.cs
        │   │   ├── AxisLabel.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   │       ├── Example5_2_1.exe
        │   │   │       ├── Example5_2_1.pdb
        │   │   │       └── Example5_2_1.vshost.exe
        │   │   ├── Border.cs
        │   │   ├── Chart.cs
        │   │   ├── CurveItem.cs
        │   │   ├── CurveList.cs
        │   │   ├── Example5_2_1.csproj
        │   │   ├── FontSpec.cs
        │   │   ├── Form1.cs
        │   │   ├── Form1.designer.cs
        │   │   ├── Form1.resx
        │   │   ├── GapLabel.cs
        │   │   ├── GraphPane.cs
        │   │   ├── IPointList.cs
        │   │   ├── IPointListEdit.cs
        │   │   ├── Label.cs
        │   │   ├── LinearScale.cs
        │   │   ├── LineBase.cs
        │   │   ├── Line.cs
        │   │   ├── LineItem.cs
        │   │   ├── MajorGrid.cs
        │   │   ├── MajorTic.cs
        │   │   ├── Margin.cs
        │   │   ├── MasterPane.cs
        │   │   ├── MinorGrid.cs
        │   │   ├── MinorTic.cs
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   │   ├── Example5_2_1.csproj.GenerateResource.Cache
        │   │   │   │   ├── Example5_2_1.exe
        │   │   │   │   ├── Example5_2_1.Form1.resources
        │   │   │   │   ├── Example5_2_1.pdb
        │   │   │   │   ├── Example5_2_1.Properties.Resources.resources
        │   │   │   │   └── TempPE
        │   │   │   └── Example5_2_1.csproj.FileListAbsolute.txt
        │   │   ├── PaneBase.cs
        │   │   ├── PaneList.cs
        │   │   ├── PointPairBase.cs
        │   │   ├── PointPair.cs
        │   │   ├── PointPairList.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Scale.cs
        │   │   ├── Types.cs
        │   │   ├── ValueHandler.cs
        │   │   ├── XAxis.cs
        │   │   ├── YAxis.cs
        │   │   └── YAxisList.cs
        │   ├── Example5_2_1.sln
        │   └── Example5_2_1.suo
        ├── Example5_2_2
        │   ├── Example5_2_2
        │   │   ├── Axis.cs
        │   │   ├── AxisLabel.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   │       ├── Example5_2_2.exe
        │   │   │       ├── Example5_2_2.pdb
        │   │   │       └── Example5_2_2.vshost.exe
        │   │   ├── Border.cs
        │   │   ├── Chart.cs
        │   │   ├── CurveItem.cs
        │   │   ├── CurveList.cs
        │   │   ├── Example5_2_2.csproj
        │   │   ├── FontSpec.cs
        │   │   ├── Form1.cs
        │   │   ├── Form1.designer.cs
        │   │   ├── Form1.resx
        │   │   ├── GapLabel.cs
        │   │   ├── GraphPane.cs
        │   │   ├── IPointList.cs
        │   │   ├── IPointListEdit.cs
        │   │   ├── Label.cs
        │   │   ├── Legend.cs
        │   │   ├── LinearScale.cs
        │   │   ├── LineBase.cs
        │   │   ├── Line.cs
        │   │   ├── LineItem.cs
        │   │   ├── Location.cs
        │   │   ├── MajorGrid.cs
        │   │   ├── MajorTic.cs
        │   │   ├── Margin.cs
        │   │   ├── MasterPane.cs
        │   │   ├── MinorGrid.cs
        │   │   ├── MinorTic.cs
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   │   ├── Example5_2_2.csproj.GenerateResource.Cache
        │   │   │   │   ├── Example5_2_2.exe
        │   │   │   │   ├── Example5_2_2.Form1.resources
        │   │   │   │   ├── Example5_2_2.pdb
        │   │   │   │   ├── Example5_2_2.Properties.Resources.resources
        │   │   │   │   └── TempPE
        │   │   │   └── Example5_2_2.csproj.FileListAbsolute.txt
        │   │   ├── PaneBase.cs
        │   │   ├── PaneList.cs
        │   │   ├── PointPairBase.cs
        │   │   ├── PointPair.cs
        │   │   ├── PointPairList.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Scale.cs
        │   │   ├── Types.cs
        │   │   ├── ValueHandler.cs
        │   │   ├── XAxis.cs
        │   │   ├── YAxis.cs
        │   │   └── YAxisList.cs
        │   ├── Example5_2_2.sln
        │   └── Example5_2_2.suo
        ├── Example5_2_3
        │   ├── Example5_2_3
        │   │   ├── Axis.cs
        │   │   ├── AxisLabel.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   │       ├── Example5_2_3.exe
        │   │   │       ├── Example5_2_3.pdb
        │   │   │       └── Example5_2_3.vshost.exe
        │   │   ├── Border.cs
        │   │   ├── Chart.cs
        │   │   ├── CurveItem.cs
        │   │   ├── CurveList.cs
        │   │   ├── Example5_2_3.csproj
        │   │   ├── Fill.cs
        │   │   ├── FontSpec.cs
        │   │   ├── Form1.cs
        │   │   ├── Form1.designer.cs
        │   │   ├── Form1.resx
        │   │   ├── GapLabel.cs
        │   │   ├── GraphPane.cs
        │   │   ├── IPointList.cs
        │   │   ├── IPointListEdit.cs
        │   │   ├── Label.cs
        │   │   ├── Legend.cs
        │   │   ├── LinearScale.cs
        │   │   ├── LineBase.cs
        │   │   ├── Line.cs
        │   │   ├── LineItem.cs
        │   │   ├── Location.cs
        │   │   ├── MajorGrid.cs
        │   │   ├── MajorTic.cs
        │   │   ├── Margin.cs
        │   │   ├── MasterPane.cs
        │   │   ├── MinorGrid.cs
        │   │   ├── MinorTic.cs
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   │   ├── Example5_2_3.csproj.GenerateResource.Cache
        │   │   │   │   ├── Example5_2_3.exe
        │   │   │   │   ├── Example5_2_3.Form1.resources
        │   │   │   │   ├── Example5_2_3.pdb
        │   │   │   │   ├── Example5_2_3.Properties.Resources.resources
        │   │   │   │   └── TempPE
        │   │   │   └── Example5_2_3.csproj.FileListAbsolute.txt
        │   │   ├── PaneBase.cs
        │   │   ├── PaneList.cs
        │   │   ├── PointPairBase.cs
        │   │   ├── PointPair.cs
        │   │   ├── PointPairList.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Scale.cs
        │   │   ├── Symbol.cs
        │   │   ├── Types.cs
        │   │   ├── ValueHandler.cs
        │   │   ├── XAxis.cs
        │   │   ├── YAxis.cs
        │   │   └── YAxisList.cs
        │   ├── Example5_2_3.sln
        │   └── Example5_2_3.suo
        ├── Example5_2_4
        │   ├── Example5_2_4
        │   │   ├── Axis.cs
        │   │   ├── AxisLabel.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   │       ├── Example5_2_4.exe
        │   │   │       ├── Example5_2_4.pdb
        │   │   │       └── Example5_2_4.vshost.exe
        │   │   ├── Border.cs
        │   │   ├── Chart.cs
        │   │   ├── CurveItem.cs
        │   │   ├── CurveList.cs
        │   │   ├── Example5_2_4.csproj
        │   │   ├── Fill.cs
        │   │   ├── FontSpec.cs
        │   │   ├── Form1.cs
        │   │   ├── Form1.designer.cs
        │   │   ├── Form1.resx
        │   │   ├── GapLabel.cs
        │   │   ├── GraphPane.cs
        │   │   ├── IPointList.cs
        │   │   ├── IPointListEdit.cs
        │   │   ├── Label.cs
        │   │   ├── Legend.cs
        │   │   ├── LinearScale.cs
        │   │   ├── LineBase.cs
        │   │   ├── Line.cs
        │   │   ├── LineItem.cs
        │   │   ├── Location.cs
        │   │   ├── LogScale.cs
        │   │   ├── MajorGrid.cs
        │   │   ├── MajorTic.cs
        │   │   ├── Margin.cs
        │   │   ├── MasterPane.cs
        │   │   ├── MinorGrid.cs
        │   │   ├── MinorTic.cs
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   │   ├── Example5_2_4.csproj.GenerateResource.Cache
        │   │   │   │   ├── Example5_2_4.exe
        │   │   │   │   ├── Example5_2_4.Form1.resources
        │   │   │   │   ├── Example5_2_4.pdb
        │   │   │   │   ├── Example5_2_4.Properties.Resources.resources
        │   │   │   │   └── TempPE
        │   │   │   └── Example5_2_4.csproj.FileListAbsolute.txt
        │   │   ├── PaneBase.cs
        │   │   ├── PaneList.cs
        │   │   ├── PointPairBase.cs
        │   │   ├── PointPair.cs
        │   │   ├── PointPairList.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Scale.cs
        │   │   ├── Symbol.cs
        │   │   ├── Types.cs
        │   │   ├── ValueHandler.cs
        │   │   ├── XAxis.cs
        │   │   ├── YAxis.cs
        │   │   └── YAxisList.cs
        │   ├── Example5_2_4.sln
        │   └── Example5_2_4.suo
        ├── Example5_2_5
        │   ├── Example5_2_5
        │   │   ├── ArrowObj.cs
        │   │   ├── Axis.cs
        │   │   ├── AxisLabel.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   │       ├── Example5_2_5.exe
        │   │   │       ├── Example5_2_5.pdb
        │   │   │       └── Example5_2_5.vshost.exe
        │   │   ├── Border.cs
        │   │   ├── BoxObj.cs
        │   │   ├── Chart.cs
        │   │   ├── CurveItem.cs
        │   │   ├── CurveList.cs
        │   │   ├── Example5_2_5.csproj
        │   │   ├── Fill.cs
        │   │   ├── FontSpec.cs
        │   │   ├── Form1.cs
        │   │   ├── Form1.designer.cs
        │   │   ├── Form1.resx
        │   │   ├── GapLabel.cs
        │   │   ├── GraphObj.cs
        │   │   ├── GraphObjList.cs
        │   │   ├── GraphPane.cs
        │   │   ├── IPointList.cs
        │   │   ├── IPointListEdit.cs
        │   │   ├── Label.cs
        │   │   ├── Legend.cs
        │   │   ├── LinearScale.cs
        │   │   ├── LineBase.cs
        │   │   ├── Line.cs
        │   │   ├── LineItem.cs
        │   │   ├── LineObj.cs
        │   │   ├── Location.cs
        │   │   ├── LogScale.cs
        │   │   ├── MajorGrid.cs
        │   │   ├── MajorTic.cs
        │   │   ├── Margin.cs
        │   │   ├── MasterPane.cs
        │   │   ├── MinorGrid.cs
        │   │   ├── MinorTic.cs
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   │   ├── Example5_2_5.csproj.GenerateResource.Cache
        │   │   │   │   ├── Example5_2_5.exe
        │   │   │   │   ├── Example5_2_5.Form1.resources
        │   │   │   │   ├── Example5_2_5.pdb
        │   │   │   │   ├── Example5_2_5.Properties.Resources.resources
        │   │   │   │   └── TempPE
        │   │   │   │       └── Properties.Resources.Designer.cs.dll
        │   │   │   └── Example5_2_5.csproj.FileListAbsolute.txt
        │   │   ├── PaneBase.cs
        │   │   ├── PaneList.cs
        │   │   ├── PointPairBase.cs
        │   │   ├── PointPair.cs
        │   │   ├── PointPairList.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Scale.cs
        │   │   ├── Symbol.cs
        │   │   ├── TextObj.cs
        │   │   ├── TextScale.cs
        │   │   ├── Types.cs
        │   │   ├── ValueHandler.cs
        │   │   ├── XAxis.cs
        │   │   ├── YAxis.cs
        │   │   └── YAxisList.cs
        │   ├── Example5_2_5.sln
        │   └── Example5_2_5.suo
        ├── Example5_3_1
        │   ├── Example5_3_1
        │   │   ├── ArrowObj.cs
        │   │   ├── Axis.cs
        │   │   ├── AxisLabel.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   │       ├── Example5_3_1.exe
        │   │   │       ├── Example5_3_1.pdb
        │   │   │       └── Example5_3_1.vshost.exe
        │   │   ├── Border.cs
        │   │   ├── BoxObj.cs
        │   │   ├── Chart.cs
        │   │   ├── CurveItem.cs
        │   │   ├── CurveList.cs
        │   │   ├── Example5_3_1.csproj
        │   │   ├── Fill.cs
        │   │   ├── FontSpec.cs
        │   │   ├── Form1.cs
        │   │   ├── Form1.designer.cs
        │   │   ├── Form1.resx
        │   │   ├── GapLabel.cs
        │   │   ├── GraphObj.cs
        │   │   ├── GraphObjList.cs
        │   │   ├── GraphPane.cs
        │   │   ├── IPointList.cs
        │   │   ├── IPointListEdit.cs
        │   │   ├── Label.cs
        │   │   ├── Legend.cs
        │   │   ├── LinearScale.cs
        │   │   ├── LineBase.cs
        │   │   ├── Line.cs
        │   │   ├── LineItem.cs
        │   │   ├── LineObj.cs
        │   │   ├── Location.cs
        │   │   ├── LogScale.cs
        │   │   ├── MajorGrid.cs
        │   │   ├── MajorTic.cs
        │   │   ├── Margin.cs
        │   │   ├── MasterPane.cs
        │   │   ├── MinorGrid.cs
        │   │   ├── MinorTic.cs
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   │   ├── Example5_3_1.csproj.GenerateResource.Cache
        │   │   │   │   ├── Example5_3_1.exe
        │   │   │   │   ├── Example5_3_1.Form1.resources
        │   │   │   │   ├── Example5_3_1.pdb
        │   │   │   │   ├── Example5_3_1.Properties.Resources.resources
        │   │   │   │   └── TempPE
        │   │   │   └── Example5_3_1.csproj.FileListAbsolute.txt
        │   │   ├── PaneBase.cs
        │   │   ├── PaneList.cs
        │   │   ├── PointPairBase.cs
        │   │   ├── PointPair.cs
        │   │   ├── PointPairList.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Scale.cs
        │   │   ├── Symbol.cs
        │   │   ├── TextObj.cs
        │   │   ├── TextScale.cs
        │   │   ├── Types.cs
        │   │   ├── ValueHandler.cs
        │   │   ├── XAxis.cs
        │   │   ├── YAxis.cs
        │   │   └── YAxisList.cs
        │   ├── Example5_3_1.sln
        │   └── Example5_3_1.suo
        └── Example5_4_1
            ├── Example5_4_1
            │   ├── ArrowObj.cs
            │   ├── Axis.cs
            │   ├── AxisLabel.cs
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Example5_4_1.exe
            │   │       ├── Example5_4_1.pdb
            │   │       └── Example5_4_1.vshost.exe
            │   ├── Border.cs
            │   ├── BoxObj.cs
            │   ├── Chart.cs
            │   ├── CurveItem.cs
            │   ├── CurveList.cs
            │   ├── Example5_4_1.csproj
            │   ├── Fill.cs
            │   ├── FontSpec.cs
            │   ├── Form1.cs
            │   ├── Form1.designer.cs
            │   ├── Form1.resx
            │   ├── GapLabel.cs
            │   ├── GraphObj.cs
            │   ├── GraphObjList.cs
            │   ├── GraphPane.cs
            │   ├── IPointList.cs
            │   ├── IPointListEdit.cs
            │   ├── Label.cs
            │   ├── Legend.cs
            │   ├── LinearScale.cs
            │   ├── LineBase.cs
            │   ├── Line.cs
            │   ├── LineItem.cs
            │   ├── LineObj.cs
            │   ├── Location.cs
            │   ├── LogScale.cs
            │   ├── MajorGrid.cs
            │   ├── MajorTic.cs
            │   ├── Margin.cs
            │   ├── MasterPane.cs
            │   ├── MinorGrid.cs
            │   ├── MinorTic.cs
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── Example5_4_1.csproj.GenerateResource.Cache
            │   │   │   ├── Example5_4_1.exe
            │   │   │   ├── Example5_4_1.Form1.resources
            │   │   │   ├── Example5_4_1.pdb
            │   │   │   ├── Example5_4_1.Properties.Resources.resources
            │   │   │   └── TempPE
            │   │   └── Example5_4_1.csproj.FileListAbsolute.txt
            │   ├── PaneBase.cs
            │   ├── PaneList.cs
            │   ├── PointPairBase.cs
            │   ├── PointPair.cs
            │   ├── PointPairList.cs
            │   ├── Program.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   ├── Resources.Designer.cs
            │   │   ├── Resources.resx
            │   │   ├── Settings.Designer.cs
            │   │   └── Settings.settings
            │   ├── Scale.cs
            │   ├── Symbol.cs
            │   ├── TextObj.cs
            │   ├── TextScale.cs
            │   ├── Types.cs
            │   ├── ValueHandler.cs
            │   ├── X2Axis.cs
            │   ├── XAxis.cs
            │   ├── Y2Axis.cs
            │   ├── Y2AxisList.cs
            │   ├── YAxis.cs
            │   └── YAxisList.cs
            ├── Example5_4_1.sln
            └── Example5_4_1.suo

228 directories, 881 files

标签: 图形 开发 三维 C#

实例下载地址

C#二维、三维图形开发源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警