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

  • 大小: 0.75M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標簽: ee??tree??控件??d??TreeView??

資源簡介

【高級TreeView】自定義高級TreeView控件TreeViewAdv

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Drawing;
using?System.Runtime.InteropServices;
using?System.Drawing.Imaging;

namespace?Aga.Controls
{
public?static?class?BitmapHelper
{
[StructLayout(LayoutKind.Sequential)]
private?struct?PixelData
{
public?byte?B;
public?byte?G;
public?byte?R;
public?byte?A;
}

public?static?void?SetAlphaChanelValue(Bitmap?image?byte?value)
{
if?(image?==?null)
throw?new?ArgumentNullException(“image“);
if?(image.PixelFormat?!=?PixelFormat.Format32bppArgb)
throw?new?ArgumentException(“Wrong?PixelFormat“);

BitmapData?bitmapData?=?image.LockBits(new?Rectangle(0?0?image.Width?image.Height)
?ImageLockMode.ReadWrite?PixelFormat.Format32bppArgb)

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????11044??2014-06-28?19:27??TreeviewAdv\Aga.Controls\Aga.Controls.csproj

?????文件????????452??2014-06-28?19:11??TreeviewAdv\Aga.Controls\Aga.Controls.csproj.user

?????文件?????167424??2014-08-05?16:58??TreeviewAdv\Aga.Controls\bin\Debug\Aga.Controls.dll

?????文件?????568832??2014-08-05?16:58??TreeviewAdv\Aga.Controls\bin\Debug\Aga.Controls.pdb

?????文件???????1158??2007-04-03?12:51??TreeviewAdv\Aga.Controls\BitmapHelper.cs

?????文件??????19081??2009-06-19?10:09??TreeviewAdv\Aga.Controls\GifDecoder.cs

?????文件???????1100??2014-06-28?19:11??TreeviewAdv\Aga.Controls\Migrated?rules?for?Aga.Controls.ruleset

?????文件???????4757??2009-06-19?10:17??TreeviewAdv\Aga.Controls\NumericTextBox.cs

?????文件????????701??2014-08-04?15:28??TreeviewAdv\Aga.Controls\obj\Debug\Aga.Controls.csproj.FileListAbsolute.txt

?????文件???????1263??2014-08-04?15:28??TreeviewAdv\Aga.Controls\obj\Debug\Aga.Controls.csproj.GenerateResource.Cache

?????文件???????1337??2014-08-04?15:28??TreeviewAdv\Aga.Controls\obj\Debug\Aga.Controls.csprojResolveAssemblyReference.cache

?????文件?????167424??2014-08-05?16:58??TreeviewAdv\Aga.Controls\obj\Debug\Aga.Controls.dll

?????文件?????568832??2014-08-05?16:58??TreeviewAdv\Aga.Controls\obj\Debug\Aga.Controls.pdb

?????文件??????14995??2014-08-04?15:28??TreeviewAdv\Aga.Controls\obj\Debug\Aga.Controls.Properties.Resources.resources

?????文件????????180??2014-08-04?15:28??TreeviewAdv\Aga.Controls\obj\Debug\Aga.Controls.Tree.TreeViewAdv.resources

?????文件???????6941??2014-08-04?15:27??TreeviewAdv\Aga.Controls\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件???????5632??2014-06-28?19:11??TreeviewAdv\Aga.Controls\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件???????3279??2007-11-23?12:16??TreeviewAdv\Aga.Controls\PerformanceAnalyzer.cs

?????文件????????551??2009-06-19?21:10??TreeviewAdv\Aga.Controls\Properties\AssemblyInfo.cs

?????文件???????6506??2014-06-28?19:11??TreeviewAdv\Aga.Controls\Properties\Resources.Designer.cs

?????文件???????8363??2007-05-16?08:58??TreeviewAdv\Aga.Controls\Properties\Resources.resx

?????文件???????1384??2007-05-18?09:52??TreeviewAdv\Aga.Controls\ResourceHelper.cs

?????文件????????574??2007-04-03?12:51??TreeviewAdv\Aga.Controls\Resources\check.bmp

?????文件????????326??2007-04-03?13:03??TreeviewAdv\Aga.Controls\Resources\DVSplit.cur

?????文件???????1334??2007-04-03?12:51??TreeviewAdv\Aga.Controls\Resources\Folder.bmp

?????文件????????822??2007-04-03?12:51??TreeviewAdv\Aga.Controls\Resources\FolderClosed.bmp

?????文件???????1334??2007-04-03?12:51??TreeviewAdv\Aga.Controls\Resources\Leaf.bmp

?????文件???????6979??2007-05-22?09:13??TreeviewAdv\Aga.Controls\Resources\loading_icon

?????文件????????306??2007-04-03?12:51??TreeviewAdv\Aga.Controls\Resources\minus.bmp

?????文件????????306??2007-04-03?12:51??TreeviewAdv\Aga.Controls\Resources\plus.bmp

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

評論

共有 條評論