资源简介
三角形网格绘制等值线,不同的等值线用不同颜色的线条绘制,程序提供了查看等值线生成路径的功能,便于大家学习;开发环境VS2008,开发语言C#;
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace MyContour
{
public partial class frmMain : Form
{
#region 属性
public static bool showPoint = false;
public static bool drawLines = true;
private float[] _Data;
///
/// 等值线原始格点数据
///
public float[] Data
{
get { return _Data; }
set { _Data = value; }
}
private float[] _ContourValues;
///
/// 等值线值数组
///
public float[] ContourValues
{
get { return _ContourValues; }
set { _ContourValues = value; }
}
#endregion
#region 窗体所有操作
public frmMain()
{
InitializeComponent();
MakeTestData();
setColor();
gg = pictureBox1.CreateGraphics();
}
private void button1_Click(object sender EventArgs e)
{
this.timer1.Enabled = false;
initValue(); //重新初始化绘制路径的数组
MakeTestData();
pictureBox1.Refresh();
}
private void pictureBox1_Paint(object sender PaintEventArgs e)
{
if (this.Data == null) return;
StringFormat sf = new StringFormat();
sf.Alignment = StringAlignment.Center;
sf.LineAlignment = StringAlignment.Center;
Pen pen = new Pen(Color.DarkGray 1);
//绘制等值线
if (drawLines)
{
this.plotContour(e.Graphics pictureBox1.Size);
}
//绘制网格
if (frmMain.showPoint)
{
int ww = pictureBox1.Width / (Data.GetLength(0) - 1); //x轴间隔长度
int yy = pictureBox1.Height / (Data.GetLength(1) - 1);//y轴间隔长度
//绘制网格横竖线
for (int p = 0; p < Data.GetLength(0); p++)
{
e.Graphics.DrawLine(pen new Point(p * ww 0) new Point((p) * ww pictureBox1.Height));
}
for (int k = 0; k < Data.GetLength(1); k++)
{
e.Graphics.DrawLine(pen new Point(0 k * yy) new Point(pictureBox1.Width k * yy));
}
//绘制网格斜线
for (int j = 0; j < Data.GetLength(0) - 1; j++)
{
for (int i = 1; i < Data.GetLength(1); i++)
{
e.Graphics.DrawLine(pen new Point(j * ww (i - 1) * yy) new Point((j + 1) * ww i * yy));
e.Graphics.DrawLine(pen new Point(j * ww i * yy) new Point((j + 1) * ww (i - 1) * yy));
}
}
//绘制格点值
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 28672 2011-11-28 14:13 MyContour\bin\Debug\Interop.ViContour1.dll
文件 16896 2011-11-28 16:27 MyContour\bin\Debug\MyContour.exe
文件 32256 2011-11-28 16:27 MyContour\bin\Debug\MyContour.pdb
文件 14328 2011-11-28 16:27 MyContour\bin\Debug\MyContour.vshost.exe
文件 3092480 2011-11-28 15:59 MyContour\bin\Debug\TeeChart.dll
文件 126976 2001-10-10 14:02 MyContour\bin\Debug\ViContImg45.dll
文件 94208 2001-12-02 18:02 MyContour\bin\Debug\ViContour45.dll
文件 110592 2006-01-27 12:59 MyContour\bin\Debug\ViContour45.ocx
文件 14315 2011-11-28 16:27 MyContour\Form1.cs
文件 7448 2011-11-28 16:27 MyContour\Form1.Designer.cs
文件 6008 2011-11-28 16:27 MyContour\Form1.resx
文件 7203 2011-11-28 16:27 MyContour\MyContour.csproj
文件 907 2011-11-21 13:57 MyContour\MyContour.sln
..A..H. 33792 2011-11-28 16:27 MyContour\MyContour.suo
文件 28672 2011-11-28 14:13 MyContour\obj\Debug\Interop.ViContour1.dll
文件 1124 2011-11-28 16:27 MyContour\obj\Debug\MyContour.csproj.FileListAbsolute.txt
文件 905 2011-11-28 16:27 MyContour\obj\Debug\MyContour.csproj.GenerateResource.Cache
文件 589 2011-11-28 14:13 MyContour\obj\Debug\MyContour.csproj.ResolveComReference.cache
文件 16896 2011-11-28 16:27 MyContour\obj\Debug\MyContour.exe
文件 540 2011-11-28 16:27 MyContour\obj\Debug\mycontour.exe.licenses
文件 180 2011-11-28 16:27 MyContour\obj\Debug\MyContour.frmMain.resources
文件 32256 2011-11-28 16:27 MyContour\obj\Debug\MyContour.pdb
文件 180 2011-11-28 16:27 MyContour\obj\Debug\MyContour.Properties.Resources.resources
文件 133965 2011-11-28 16:22 MyContour\obj\Debug\ResolveAssemblyReference.cache
文件 4608 2011-11-21 13:15 MyContour\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 508 2009-06-01 00:07 MyContour\obj\MyContour.csproj.FileListAbsolute.txt
文件 470 2009-05-31 22:55 MyContour\Program.cs
文件 1176 2009-05-30 22:50 MyContour\Properties\AssemblyInfo.cs
文件 695 2011-11-28 15:12 MyContour\Properties\licenses.licx
文件 2842 2011-11-21 13:14 MyContour\Properties\Resources.Designer.cs
............此处省略14个文件信息
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论