AGS.Editor.SplashPage.ConstructSpecial C# (CSharp) Метод

ConstructSpecial() публичный Метод

public ConstructSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
bitmapResName string
bitmapLayout ImageLayout
tagLine string
tagColor Color
Результат void
        public void ConstructSpecial(string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor)
        {
            GeneralLooks = SplashLooks.Special;
            lblMainVersion.Visible = false;
            picCup.Visible = false;
            lblTitle.Visible = false;
            lblSeparator.Visible = false;
            lblTagLine.Visible = false;
            ArrangeSpecial(bitmapResName, bitmapLayout, tagLine, tagColor);
        }