ใช้ระบบ;
ใช้ System.Collections.Generic;
ใช้ System.Text;
โดยใช้ System.Windows.Forms;
โดยใช้ระบบการวาดภาพ;
เนมสเปซ SlashScreenLib
-
SlashScreenForm คลาสสาธารณะ: แบบฟอร์ม
-
SlashScreenForm แบบคงที่ slashScreen;
บิตแมป บิตแมป;
SlashScreenForm SlashScreen แบบคงที่สาธารณะ
-
รับ
-
ถ้า (slashScreen == null)
-
slashScreen = SlashScreenForm ใหม่ ();
-
ส่งคืน slashScreen;
-
-
SlashScreenForm สาธารณะ ()
-
//SlashScreen肯定显示在屏幕中央
this.StartPosition = FormStartPosition.CenterScreen;
//应该没有边框
this.FormBorderStyle = FormBorderStyle.None;
//获取SlashScreen要显示的ภาพ
bitMap = Resources.Resource.SlashScreen;
//窗口口口口与与与窗口致
this.ClientSize = bitMap.Size;
//在上写上字
ใช้ (แบบอักษร f = แบบอักษรใหม่ ("宋体", 18))
-
การใช้ (กราฟิก g = Graphics.FromImage (bitMap))
-
g.DrawString("Jillzhang", f, Brushes.Black, 100, 142);
-
-
this.BackgroundImage = bitMap;
-
ป้องกันแทนที่เป็นโมฆะกำจัด (การกำจัดบูล)
-
ฐานทิ้ง (ทิ้ง);
ถ้า (ทิ้ง)
-
ถ้า (บิตแมป != null)
-
bitMap.ทิ้ง();
บิตแมป = โมฆะ;
-
-
-
-
-