pg电子游戏软件,类似车行168的软件,单机游戏内购破解平台,今日打牌财神方位查询老黄历

系統(tǒng)架構(gòu)設(shè)計師輔導(dǎo):處理圖像

時間:2023-01-11 04:44:58 系統(tǒng)架構(gòu)師 我要投稿
  • 相關(guān)推薦

系統(tǒng)架構(gòu)設(shè)計師輔導(dǎo):處理圖像

  如果您的應(yīng)用程序顯示大量圖像文件(例如,.jpg 和 .gif 文件),則您可以通過以位圖格式預(yù)先呈現(xiàn)圖像來顯著改善顯示性能。要使用該技術(shù),請首先從文件中加載圖像,然后使用 PARGB 格式將其呈現(xiàn)為位圖。下面的代碼示例從磁盤中加載文件,然后使用該類將圖像呈現(xiàn)為預(yù)乘的、Alpha 混合 RGB 格式。例如:

系統(tǒng)架構(gòu)設(shè)計師輔導(dǎo):處理圖像

  [C#]

  if ( image != null && image is Bitmap )

  {

  Bitmap bm = (Bitmap)image;

  Bitmap newImage = new Bitmap( bm.Width, bm.Height,

  System.Drawing.Imaging.PixelFormat.Format32bppPArgb );

  using ( Graphics g = Graphics.FromImage( newImage ) )

  {

  g.DrawImage( bm, new Rectangle( 0,0, bm.Width, bm.Height ) );

  }

  image = newImage;

  }

  [Visual Basic .NET]

  If Not(image Is Nothing) AndAlso (TypeOf image Is Bitmap) Then

  Dim bm As Bitmap = CType(image, Bitmap)

  Dim newImage As New Bitmap(bm.Width, bm.Height, _

  System.Drawing.Imaging.PixelFormat.Format32bppPArgb)

  Using g As Graphics = Graphics.FromImage(newImage)

  g.DrawImage(bm, New Rectangle(0, 0, bm.Width, bm.Height))

  End Using

  image = newImage

  End If

【系統(tǒng)架構(gòu)設(shè)計師輔導(dǎo):處理圖像】相關(guān)文章:

系統(tǒng)架構(gòu)設(shè)計師要素06-03

系統(tǒng)架構(gòu)設(shè)計師考試說明05-15

系統(tǒng)架構(gòu)設(shè)計師考試之路06-03

系統(tǒng)架構(gòu)設(shè)計師:優(yōu)化顯示速度06-03

系統(tǒng)架構(gòu)設(shè)計師:考慮用戶的觀點(diǎn)06-03

系統(tǒng)架構(gòu)設(shè)計師考試報考條件05-17

優(yōu)秀系統(tǒng)架構(gòu)設(shè)計師需要具備的條件05-20

系統(tǒng)架構(gòu)設(shè)計師:性能調(diào)整和診斷06-03

智慧健康系統(tǒng)架構(gòu)05-15

主站蜘蛛池模板: 怀来县| 沈丘县| 二连浩特市| 南陵县| 永顺县| 东乡| 永州市| 阿克苏市| 枣强县| 德清县| 黄龙县| 中宁县| 黄浦区| 新乐市| 临城县| 星子县| 高陵县| 白玉县| 枣强县| 肥乡县| 天镇县| 隆林| 肇东市| 阿勒泰市| 逊克县| 黎城县| 昂仁县| 紫阳县| 麻阳| 柳州市| 咸丰县| 乐平市| 临汾市| 正安县| 衡山县| 乌兰察布市| 张北县| 荆州市| 华池县| 宜州市| 武强县|