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

  • 大小: 0.04M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-03-27
  • 語言: 其他
  • 標(biāo)簽: 其他??

資源簡介


一個項(xiàng)目中需要用到的功能,單獨(dú)抽出來作為一個小應(yīng)用,便于以后重用。這是用Silverlight 3平臺做的,主要是動態(tài)在線繪制圖形,使用了依賴屬性根據(jù)鼠標(biāo)位置變化控制最終節(jié)點(diǎn)的位置。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Net;
using?System.Windows;
using?System.Windows.Controls;
using?System.Windows.Documents;
using?System.Windows.Input;
using?System.Windows.Media;
using?System.Windows.Media.Animation;
using?System.Windows.Shapes;

namespace?ShapeDraw
{
????public?partial?class?App?:?Application
????{

????????public?App()
????????{
????????????this.Startup?+=?this.Application_Startup;
????????????this.Exit?+=?this.Application_Exit;
????????????this.UnhandledException?+=?this.Application_UnhandledException;

????????????InitializeComponent();
????????}

????????private?void?Application_Startup(object?sender?StartupEventArgs?e)
????????{
????????????this.RootVisual?=?new?MainPage();
????????}

????????private?void?Application_Exit(object?sender?EventArgs?e)
????????{

????????}
????????private?void?Application_UnhandledException(object?sender?ApplicationUnhandledExceptionEventArgs?e)
???

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????292??2010-02-24?10:31??ShapeDraw\App.xaml

?????文件???????2395??2010-02-24?10:31??ShapeDraw\App.xaml.cs

?????文件????????345??2010-06-12?16:04??ShapeDraw\Bin\Debug\AppManifest.xaml

?????文件??????14336??2010-06-12?17:41??ShapeDraw\Bin\Debug\ShapeDraw.dll

?????文件??????36352??2010-06-12?17:41??ShapeDraw\Bin\Debug\ShapeDraw.pdb

?????文件???????6983??2010-06-12?17:41??ShapeDraw\Bin\Debug\ShapeDraw.xap

?????文件???????2839??2010-06-13?00:21??ShapeDraw\Bin\Debug\TestPage.html

?????目錄??????????0??2010-07-15?10:27??ShapeDraw\Bin\Debug

?????目錄??????????0??2010-07-15?10:27??ShapeDraw\Bin

?????文件???????6442??2010-07-15?10:29??ShapeDraw\DPolyLine.cs

?????文件???????6432??2010-07-15?10:29??ShapeDraw\DPolyLine.cs.bak

?????文件????????500??2010-06-12?17:00??ShapeDraw\DrawEventArgs.cs

?????文件????????442??2010-02-24?13:13??ShapeDraw\DynamicPointCollection.cs

?????文件????????717??2010-02-25?16:08??ShapeDraw\MainPage.xaml

?????文件????????926??2010-06-12?16:02??ShapeDraw\MainPage.xaml.cs

?????文件???????1776??2010-06-12?16:04??ShapeDraw\obj\Debug\App.g.cs

?????文件???????2118??2010-06-12?16:04??ShapeDraw\obj\Debug\MainPage.g.cs

?????目錄??????????0??2010-07-15?10:27??ShapeDraw\obj\Debug\Refactor

?????文件???????1444??2010-06-12?16:51??ShapeDraw\obj\Debug\ShapeDraw.csproj.FileListAbsolute.txt

?????文件??????14336??2010-06-12?17:41??ShapeDraw\obj\Debug\ShapeDraw.dll

?????文件???????1267??2010-06-12?16:04??ShapeDraw\obj\Debug\ShapeDraw.g.resources

?????文件??????36352??2010-06-12?17:41??ShapeDraw\obj\Debug\ShapeDraw.pdb

?????目錄??????????0??2010-07-15?10:27??ShapeDraw\obj\Debug\TempPE

?????文件????????379??2010-06-12?17:41??ShapeDraw\obj\Debug\XapCacheFile.xml

?????目錄??????????0??2010-07-15?10:27??ShapeDraw\obj\Debug

?????目錄??????????0??2010-07-15?10:27??ShapeDraw\obj

?????文件????????213??2010-02-24?10:31??ShapeDraw\Properties\AppManifest.xml

?????文件???????1419??2010-02-24?10:31??ShapeDraw\Properties\AssemblyInfo.cs

?????目錄??????????0??2010-07-15?10:27??ShapeDraw\Properties

?????文件???????4356??2010-02-25?15:19??ShapeDraw\ShapeDraw.csproj

............此處省略5個文件信息

評論

共有 條評論