資源簡介
該項目是在《C#二三維圖形繪制》一書的基礎上二次創造而成,下載項目文件后里面包含.exe文件可直接運行,而且包含所有源代碼,方便結合書本學習!

代碼片段和文件信息
using?System;
using?System.Drawing;
namespace?Example8_8_1
{
????public?class?Barstyle
????{
????????private?float?xLength?=?0.5f;
????????private?float?yLength?=?0.5f;
????????private?float?zOrigin?=?0;
????????private?bool?isBarSingleColor?=?false;
????????public?Barstyle()
????????{
????????}
????????public?bool?IsBarSingleColor
????????{
????????????get?{?return?isBarSingleColor;?}
????????????set?{?isBarSingleColor?=?value;?}
????????}
????????public?float?ZOrigin
????????{
????????????get?{?return?zOrigin;?}
????????????set?{?zOrigin?=?value;?}
????????}
????????public?float?YLength
????????{
????????????get?{?return?yLength;?}
????????????set?{?yLength?=?value;?}
????????}
????????public?float?XLength
????????{
????????????get?{?return?xLength;?}
????????????set?{?xLength?=?value;?}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-08-23?22:09??Example8_8_1\
?????目錄???????????0??2016-08-23?22:09??Example8_8_1\Backup\
?????目錄???????????0??2016-08-23?22:09??Example8_8_1\Backup\Example8_8_1\
?????文件?????????925??2010-01-03?14:42??Example8_8_1\Backup\Example8_8_1.sln
?????文件???????33792??2010-08-03?12:09??Example8_8_1\Backup\Example8_8_1.v12.suo
?????文件?????????868??2010-01-03?14:44??Example8_8_1\Backup\Example8_8_1\Barst
?????文件????????8261??2010-08-03?12:08??Example8_8_1\Backup\Example8_8_1\ChartFunctions.cs
?????文件???????36893??2010-08-02?21:31??Example8_8_1\Backup\Example8_8_1\Chartst
?????文件???????12592??2010-08-02?21:14??Example8_8_1\Backup\Example8_8_1\Chartst
?????文件???????55542??2010-08-02?21:14??Example8_8_1\Backup\Example8_8_1\ColorMap.cs
?????文件????????7509??2010-08-02?21:27??Example8_8_1\Backup\Example8_8_1\DataSeries.cs
?????文件???????75703??2010-08-02?21:47??Example8_8_1\Backup\Example8_8_1\DrawChart.cs
?????文件????????3671??2010-01-03?14:44??Example8_8_1\Backup\Example8_8_1\Example8_8_1.csproj
?????文件????????8064??2010-08-03?12:08??Example8_8_1\Backup\Example8_8_1\Form1.cs
?????文件???????18916??2010-08-02?22:14??Example8_8_1\Backup\Example8_8_1\Form1.designer.cs
?????文件????????5814??2010-08-02?22:14??Example8_8_1\Backup\Example8_8_1\Form1.resx
?????文件????????4162??2010-08-02?21:14??Example8_8_1\Backup\Example8_8_1\Linest
?????文件????????9247??2010-08-02?21:14??Example8_8_1\Backup\Example8_8_1\Matrix3.cs
?????文件????????2098??2010-08-02?21:14??Example8_8_1\Backup\Example8_8_1\Point3.cs
?????文件?????????549??2010-08-02?21:14??Example8_8_1\Backup\Example8_8_1\Point4.cs
?????文件?????????479??2010-01-03?14:42??Example8_8_1\Backup\Example8_8_1\Program.cs
?????目錄???????????0??2016-08-23?22:09??Example8_8_1\Backup\Example8_8_1\Properties\
?????文件????????1318??2010-01-03?14:42??Example8_8_1\Backup\Example8_8_1\Properties\AssemblyInfo.cs
?????文件????????2853??2010-01-03?14:42??Example8_8_1\Backup\Example8_8_1\Properties\Resources.Designer.cs
?????文件????????5350??2010-01-03?14:42??Example8_8_1\Backup\Example8_8_1\Properties\Resources.resx
?????文件????????1097??2010-01-03?14:42??Example8_8_1\Backup\Example8_8_1\Properties\Settings.Designer.cs
?????文件?????????249??2010-01-03?14:42??Example8_8_1\Backup\Example8_8_1\Properties\Settings.settings
?????目錄???????????0??2016-08-27?16:33??Example8_8_1\Example8_8_1\
?????文件????????1005??2016-08-23?22:09??Example8_8_1\Example8_8_1.sln
?????文件???????33792??2010-08-03?12:09??Example8_8_1\Example8_8_1.suo
?????文件???????82944??2016-08-27?16:35??Example8_8_1\Example8_8_1.v12.suo
............此處省略48個文件信息
- 上一篇:A.2 多任務網段掃描練習
- 下一篇:C#掃雷程序
評論
共有 條評論