-
大小: 99KB文件類(lèi)型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-05-05
- 語(yǔ)言: C#
- 標(biāo)簽: c#線(xiàn)控件??斜線(xiàn)控件??
資源簡(jiǎn)介
C# 編寫(xiě)的真正線(xiàn)控件。在網(wǎng)上找到的大部分都沒(méi)有處理兩個(gè)線(xiàn)相交情況互相遮蓋的部分。
這次我利用GDI+ 的異形把線(xiàn)控件遮蓋部分去掉,變成完全的線(xiàn)控件,添加后可以拖動(dòng)還可以改變大小方向。而且多個(gè)線(xiàn)相交,只有相交部分重疊,其他部分都可以看到。
類(lèi)似VB里面的線(xiàn)控件。

代碼片段和文件信息
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();
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件??????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個(gè)文件信息
評(píng)論
共有 條評(píng)論