WindowlessControls.PlatformBitmap.PlatformBitmap C# (CSharp) 메소드

PlatformBitmap() 정적인 개인적인 메소드

static private PlatformBitmap ( ) : System
리턴 System
        static PlatformBitmap()
        {
            if (Environment.OSVersion.Platform == PlatformID.WinCE)
            {
                TransparentColor = Color.FromArgb(100, 100, 100);
                TransparentBrush = new SolidBrush(TransparentColor);
                TransparentImageAttributes.SetColorKey(TransparentColor, TransparentColor);
            }
        }