AdvancedLauncher.UI.Controls.LogoControl.LogoControl C# (CSharp) Method

LogoControl() public method

public LogoControl ( ) : System
return System
        public LogoControl()
        {
            InitializeComponent();
            RenderOptions.SetBitmapScalingMode(this, BitmapScalingMode.HighQuality);
        }
LogoControl