91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.04M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: winform??動態曲線??

資源簡介


資源截圖

代碼片段和文件信息

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;
using?System.Threading;

namespace?曲線控件
{
????public?partial?class?Form1?:?Form
????{
????????Thread?thread;
????????RealTimeImageMaker?rti;
????????Color?backColor?=?Color.Black;//指定繪制曲線圖的背景色
????????public?Form1()
????????{
????????????InitializeComponent();
????????????rti?=?new?RealTimeImageMaker(Width?Height?backColor?Color.Green);
????????????thread?=?new?Thread(new?ThreadStart(Run));
????????????thread.Start();
????????}

????????private?void?Run()
????????{
????????????while?(true)
????????????{
????????????????Image?image?=?rti.GetCurrentCurve();
????????????????Graphics?g?=

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-06-14?15:10??曲線控件\
?????目錄???????????0??2020-06-14?15:11??曲線控件\曲線控件\
?????文件????????1162??2020-06-14?15:10??曲線控件\曲線控件\Form1.Designer.cs
?????文件????????1325??2020-06-14?15:14??曲線控件\曲線控件\Form1.cs
?????文件?????????493??2020-06-14?15:10??曲線控件\曲線控件\Program.cs
?????目錄???????????0??2020-06-14?15:10??曲線控件\曲線控件\Properties\
?????文件????????1380??2020-06-14?15:10??曲線控件\曲線控件\Properties\AssemblyInfo.cs
?????文件????????2876??2020-06-14?15:10??曲線控件\曲線控件\Properties\Resources.Designer.cs
?????文件????????5612??2020-06-14?15:10??曲線控件\曲線控件\Properties\Resources.resx
?????文件????????1099??2020-06-14?15:10??曲線控件\曲線控件\Properties\Settings.Designer.cs
?????文件?????????249??2020-06-14?15:10??曲線控件\曲線控件\Properties\Settings.settings
?????文件????????3722??2020-06-14?15:14??曲線控件\曲線控件\RealTimeImageMaker.cs
?????目錄???????????0??2020-06-14?15:10??曲線控件\曲線控件\bin\
?????目錄???????????0??2020-06-14?15:14??曲線控件\曲線控件\bin\Debug\
?????文件????????9216??2020-06-14?15:14??曲線控件\曲線控件\bin\Debug\曲線控件.exe
?????文件???????26112??2020-06-14?15:14??曲線控件\曲線控件\bin\Debug\曲線控件.pdb
?????文件???????11600??2020-06-14?15:15??曲線控件\曲線控件\bin\Debug\曲線控件.vshost.exe
?????文件?????????490??2010-03-17?22:39??曲線控件\曲線控件\bin\Debug\曲線控件.vshost.exe.manifest
?????目錄???????????0??2020-06-14?15:10??曲線控件\曲線控件\obj\
?????目錄???????????0??2020-06-14?15:10??曲線控件\曲線控件\obj\x86\
?????目錄???????????0??2020-06-14?15:14??曲線控件\曲線控件\obj\x86\Debug\
?????文件????????2867??2020-06-14?15:10??曲線控件\曲線控件\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6359??2020-06-14?15:14??曲線控件\曲線控件\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2020-06-14?15:21??曲線控件\曲線控件\obj\x86\Debug\TempPE\
?????文件?????????180??2020-06-14?15:14??曲線控件\曲線控件\obj\x86\Debug\曲線控件.Properties.Resources.resources
?????文件?????????579??2020-06-14?15:15??曲線控件\曲線控件\obj\x86\Debug\曲線控件.csproj.FileListAbsolute.txt
?????文件?????????917??2020-06-14?15:14??曲線控件\曲線控件\obj\x86\Debug\曲線控件.csproj.GenerateResource.Cache
?????文件????????9216??2020-06-14?15:14??曲線控件\曲線控件\obj\x86\Debug\曲線控件.exe
?????文件???????26112??2020-06-14?15:14??曲線控件\曲線控件\obj\x86\Debug\曲線控件.pdb
?????文件????????3615??2020-06-14?15:14??曲線控件\曲線控件\曲線控件.csproj
?????文件?????????878??2020-06-14?15:10??曲線控件\曲線控件.sln
............此處省略1個文件信息

評論

共有 條評論