C# Class AGS.Editor.SplashPage

Show file Open project: adventuregamestudio/ags

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public ConstructFull ( string tagLine ) : void
tagLine string
return void

ConstructSimple() public method

public ConstructSimple ( ) : void
return void

ConstructSpecial() public method

public ConstructSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
bitmapResName string
bitmapLayout ImageLayout
tagLine string
tagColor Color
return void

Dispose() protected method

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

SplashPage() public method

public SplashPage ( ) : System
return System