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

  • 大小: 0.04M
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-02-24
  • 語言: C#
  • 標簽: GDI??

資源簡介

異或線畫法

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;

namespace?XorLine
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????[DllImport(“Gdi32.dll“)]
????????static?extern?IntPtr?CreatePen(int?fnPenstyle?int?width?int?color);
????????[DllImport(“Gdi32.dll“)]
????????static?extern?int?SetROP2(System.IntPtr?hdc?int?rop);
????????[DllImport(“Gdi32.dll“)]
????????static?extern?int?MoveToEx(IntPtr?hdc?int?x?int?y?IntPtr?lppoint);
????????[DllImport(“Gdi32.dll“)]
????????static?extern?int?LineTo(IntPtr?hdc?int?X?int?Y);
????????[DllImport(“Gdi32.dll“)]
????????static?extern?IntPtr?Selectobject(IntPtr?hdc?IntPtr?obj);
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Graphics?grfx?=?base.Create

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-01?13:37??異或線畫法\
?????目錄???????????0??2015-08-01?13:37??異或線畫法\XorLine\
?????目錄???????????0??2015-08-01?13:38??異或線畫法\XorLine\XorLine\
?????文件????????2646??2015-08-01?13:38??異或線畫法\XorLine\XorLine\Form1.Designer.cs
?????文件????????1959??2015-08-01?13:38??異或線畫法\XorLine\XorLine\Form1.cs
?????文件????????5817??2015-08-01?13:38??異或線畫法\XorLine\XorLine\Form1.resx
?????文件?????????468??2015-08-01?13:37??異或線畫法\XorLine\XorLine\Program.cs
?????目錄???????????0??2015-08-01?13:37??異或線畫法\XorLine\XorLine\Properties\
?????文件????????1364??2015-08-01?13:37??異或線畫法\XorLine\XorLine\Properties\AssemblyInfo.cs
?????文件????????2865??2015-08-01?13:37??異或線畫法\XorLine\XorLine\Properties\Resources.Designer.cs
?????文件????????5612??2015-08-01?13:37??異或線畫法\XorLine\XorLine\Properties\Resources.resx
?????文件????????1093??2015-08-01?13:37??異或線畫法\XorLine\XorLine\Properties\Settings.Designer.cs
?????文件?????????249??2015-08-01?13:37??異或線畫法\XorLine\XorLine\Properties\Settings.settings
?????文件????????3421??2015-08-01?13:38??異或線畫法\XorLine\XorLine\XorLine.csproj
?????目錄???????????0??2015-08-01?13:37??異或線畫法\XorLine\XorLine\bin\
?????目錄???????????0??2015-08-01?13:38??異或線畫法\XorLine\XorLine\bin\Debug\
?????文件????????9216??2015-08-01?13:38??異或線畫法\XorLine\XorLine\bin\Debug\XorLine.exe
?????文件???????22016??2015-08-01?13:38??異或線畫法\XorLine\XorLine\bin\Debug\XorLine.pdb
?????文件???????11608??2015-08-01?13:39??異或線畫法\XorLine\XorLine\bin\Debug\XorLine.vshost.exe
?????文件?????????490??2010-03-17?22:39??異或線畫法\XorLine\XorLine\bin\Debug\XorLine.vshost.exe.manifest
?????目錄???????????0??2015-08-01?13:37??異或線畫法\XorLine\XorLine\obj\
?????目錄???????????0??2015-08-01?13:37??異或線畫法\XorLine\XorLine\obj\x86\
?????目錄???????????0??2015-08-01?13:38??異或線畫法\XorLine\XorLine\obj\x86\Debug\
?????文件????????5370??2015-08-01?13:38??異或線畫法\XorLine\XorLine\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2015-08-01?13:40??異或線畫法\XorLine\XorLine\obj\x86\Debug\TempPE\
?????文件?????????180??2015-08-01?13:38??異或線畫法\XorLine\XorLine\obj\x86\Debug\XorLine.Form1.resources
?????文件?????????180??2015-08-01?13:38??異或線畫法\XorLine\XorLine\obj\x86\Debug\XorLine.Properties.Resources.resources
?????文件?????????666??2015-08-01?13:39??異或線畫法\XorLine\XorLine\obj\x86\Debug\XorLine.csproj.FileListAbsolute.txt
?????文件????????9216??2015-08-01?13:38??異或線畫法\XorLine\XorLine\obj\x86\Debug\XorLine.exe
?????文件???????22016??2015-08-01?13:38??異或線畫法\XorLine\XorLine\obj\x86\Debug\XorLine.pdb
?????文件?????????863??2015-08-01?13:37??異或線畫法\XorLine\XorLine.sln
............此處省略1個文件信息

評論

共有 條評論