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

  • 大小: 0.03M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: 全屏截圖??C#??demo??

資源簡介

全屏截圖

資源截圖

代碼片段和文件信息


using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?System.Windows.Forms;

namespace?全屏截圖
{
///?
///?Description?of?MainForm.
///?

public?partial?class?MainForm?:?Form
{
public?MainForm()
{
//
//?The?InitializeComponent()?call?is?required?for?Windows?Forms?designer?support.
//
InitializeComponent();

//
//?TODO:?Add?constructor?code?after?the?InitializeComponent()?call.
//
}
void?MainFormLoad(object?sender?EventArgs?e)
{
pictureBox1.Image?=?GetImgDesk();
}
public?static?Bitmap?GetImgDesk()
????????{
????????????Rectangle?rect?=?System.Windows.Forms.SystemInformation.VirtualScreen;
????????????//獲取屏幕分辨率
????????????int?x?=?rect.Width;
????????????int?y?=?rect.Height;

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-07-18?11:35??全屏截圖\
?????目錄???????????0??2017-07-18?11:39??全屏截圖\全屏截圖\
?????文件????????1998??2017-07-18?11:39??全屏截圖\全屏截圖\MainForm.Designer.cs
?????文件????????1066??2017-07-18?11:38??全屏截圖\全屏截圖\MainForm.cs
?????文件????????5817??2017-07-18?11:38??全屏截圖\全屏截圖\MainForm.resx
?????文件?????????460??2017-07-18?11:38??全屏截圖\全屏截圖\Program.cs
?????目錄???????????0??2017-07-18?11:35??全屏截圖\全屏截圖\Properties\
?????文件????????1081??2017-07-18?11:35??全屏截圖\全屏截圖\Properties\AssemblyInfo.cs
?????文件?????????173??2017-07-18?11:38??全屏截圖\全屏截圖\app.config
?????目錄???????????0??2017-07-18?11:35??全屏截圖\全屏截圖\bin\
?????目錄???????????0??2017-07-18?11:38??全屏截圖\全屏截圖\bin\Debug\
?????文件????????6656??2017-07-18?11:38??全屏截圖\全屏截圖\bin\Debug\全屏截圖.exe
?????文件?????????173??2017-07-18?11:38??全屏截圖\全屏截圖\bin\Debug\全屏截圖.exe.config
?????文件???????15872??2017-07-18?11:38??全屏截圖\全屏截圖\bin\Debug\全屏截圖.pdb
?????目錄???????????0??2017-07-18?11:35??全屏截圖\全屏截圖\obj\
?????目錄???????????0??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\
?????文件???????????0??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件?????????180??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\全屏截圖.MainForm.resources
?????文件?????????873??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\全屏截圖.csproj.FileListAbsolute.txt
?????文件?????????905??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\全屏截圖.csproj.GenerateResource.Cache
?????文件??????163771??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\全屏截圖.csprojResolveAssemblyReference.cache
?????文件????????6656??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\全屏截圖.exe
?????文件???????15872??2017-07-18?11:38??全屏截圖\全屏截圖\obj\Debug\全屏截圖.pdb
?????文件????????2902??2017-07-18?11:38??全屏截圖\全屏截圖\全屏截圖.csproj
?????文件?????????928??2017-07-18?11:38??全屏截圖\全屏截圖.sln

評論

共有 條評論