资源简介
C# 编写的真正线控件。在网上找到的大部分都没有处理两个线相交情况互相遮盖的部分。
这次我利用GDI+ 的异形把线控件遮盖部分去掉,变成完全的线控件,添加后可以拖动还可以改变大小方向。而且多个线相交,只有相交部分重叠,其他部分都可以看到。
类似VB里面的线控件。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace DemoExample
{
public partial class FormDemo : Form
{
public FormDemo()
{
InitializeComponent();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 20480 2010-12-02 16:10 LineControl\Build\DemoExample.exe
文件 26112 2010-12-02 16:10 LineControl\Build\DemoExample.pdb
文件 5632 2005-11-11 22:25 LineControl\Build\DemoExample.vshost.exe
文件 24576 2010-12-02 16:10 LineControl\Build\LineControl.dll
文件 26112 2010-12-02 16:10 LineControl\Build\LineControl.pdb
文件 9543 2010-12-02 16:08 LineControl\Demo.JPG
文件 20480 2010-12-02 16:07 LineControl\LineControl\bin\Debug\DemoExample.exe
文件 26112 2010-12-02 16:07 LineControl\LineControl\bin\Debug\DemoExample.pdb
文件 24576 2010-12-02 16:06 LineControl\LineControl\bin\Debug\LineControl.dll
文件 26112 2010-12-02 16:06 LineControl\LineControl\bin\Debug\LineControl.pdb
文件 3502 2010-12-02 16:09 LineControl\LineControl\DemoExample.csproj
文件 342 2010-12-02 16:10 LineControl\LineControl\FormDemo.cs
文件 4327 2010-12-02 16:07 LineControl\LineControl\FormDemo.Designer.cs
文件 5814 2010-12-02 16:06 LineControl\LineControl\FormDemo.resx
文件 903 2010-12-02 16:07 LineControl\LineControl\obj\Debug\DemoExample.csproj.GenerateResource.Cache
文件 20480 2010-12-02 16:10 LineControl\LineControl\obj\Debug\DemoExample.exe
文件 180 2010-12-02 16:10 LineControl\LineControl\obj\Debug\DemoExample.FormDemo.resources
文件 26112 2010-12-02 16:10 LineControl\LineControl\obj\Debug\DemoExample.pdb
文件 180 2010-12-02 16:10 LineControl\LineControl\obj\Debug\DemoExample.Properties.Resources.resources
文件 7460 2010-12-02 16:10 LineControl\LineControl\obj\Debug\ResolveAssemblyReference.cache
文件 4608 2010-12-02 16:03 LineControl\LineControl\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 405 2010-12-02 16:10 LineControl\LineControl\obj\DemoExample.csproj.FileList.txt
文件 473 2010-12-02 16:07 LineControl\LineControl\Program.cs
文件 1177 2010-12-02 15:53 LineControl\LineControl\Properties\AssemblyInfo.cs
文件 2844 2010-12-02 15:53 LineControl\LineControl\Properties\Resources.Designer.cs
文件 5612 2010-12-02 15:51 LineControl\LineControl\Properties\Resources.resx
文件 1107 2010-12-02 15:53 LineControl\LineControl\Properties\Settings.Designer.cs
文件 249 2010-12-02 15:51 LineControl\LineControl\Properties\Settings.settings
文件 1410 2010-12-02 15:57 LineControl\LineControl.sln
..A..H. 23552 2010-12-02 16:10 LineControl\LineControl.suo
............此处省略37个文件信息
- 上一篇:C#写的 模拟 cmd界面
- 下一篇:C#调用考勤机API读取记录
评论
共有 条评论