C# 클래스 AGS.Editor.SplashPage

파일 보기 프로젝트 열기: adventuregamestudio/ags

공개 메소드들

메소드 설명
ConstructFull ( string tagLine ) : void
ConstructSimple ( ) : void
ConstructSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
SplashPage ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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.

메소드 상세

ConstructFull() 공개 메소드

public ConstructFull ( string tagLine ) : void
tagLine string
리턴 void

ConstructSimple() 공개 메소드

public ConstructSimple ( ) : void
리턴 void

ConstructSpecial() 공개 메소드

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

Dispose() 보호된 메소드

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

SplashPage() 공개 메소드

public SplashPage ( ) : System
리턴 System