Exemple #1
0
 private void PrepareBackground()
 {
     if (BackgroundImage != null)
     {
         BackgroundImage.Dispose();
     }
     CreateViewsScreenshot();
     if (BackgroundImage != null)
     {
         Gdi.CreateAlphaBitmap(60, BackgroundImage);
     }
 }