C# Class AGS.Editor.CustomResolutionDialog

Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Méthodes publiques

Свойство Type Description
SizeToString SizeToStringDelegate
StringToSize StringToSizeDelegate

Méthodes publiques

Méthode Description
CustomResolutionDialog ( Size initialSize ) : System
Show ( Size initialSize ) : Size

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CustomResolutionDialog ( ) : System
EnableCustomItem ( bool enable ) : void
InitializeComponent ( ) : void

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

SelectPresetIfExists ( ) : void
cbResolutionPreset_SelectedIndexChanged ( object sender, EventArgs e ) : void
udWidthHeight_Validating ( object sender, CancelEventArgs e ) : void
udWidthHeight_ValueChanged ( object sender, EventArgs e ) : void

Method Details

CustomResolutionDialog() public méthode

public CustomResolutionDialog ( Size initialSize ) : System
initialSize Size
Résultat System

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

Show() public static méthode

public static Show ( Size initialSize ) : Size
initialSize Size
Résultat Size

Property Details

SizeToString public_oe static_oe property

public static SizeToStringDelegate SizeToString
Résultat SizeToStringDelegate

StringToSize public_oe static_oe property

public static StringToSizeDelegate StringToSize
Résultat StringToSizeDelegate