C# Class AGS.Editor.SplashPage

Afficher le fichier Open project: adventuregamestudio/ags

Méthodes publiques

Méthode Description
ConstructFull ( string tagLine ) : void
ConstructSimple ( ) : void
ConstructSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
SplashPage ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ArrangeBuildInfo ( ) : void
ArrangeLogo ( ) : void
ArrangeSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
ArrangeTagLine ( string tagLine ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

ConstructFull() public méthode

public ConstructFull ( string tagLine ) : void
tagLine string
Résultat void

ConstructSimple() public méthode

public ConstructSimple ( ) : void
Résultat void

ConstructSpecial() public méthode

public ConstructSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
bitmapResName string
bitmapLayout ImageLayout
tagLine string
tagColor Color
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SplashPage() public méthode

public SplashPage ( ) : System
Résultat System