示例#1
0
 // /////////////////////////////////////////////////////////////////////////////////
 /// <summary>
 /// Default constructor, sets data to defaults
 /// </summary>
 public ApplicationInfo()
 {
     Fullscreen = false;
     ScreenSize = new Size(80, 60);
     Title = "";
     Font = null;
     FontFlags = TCODFontFlags.LayoutAsciiInColumn;
     Pigments = new PigmentAlternatives();
 }
示例#2
0
 // /////////////////////////////////////////////////////////////////////////////////
 /// <summary>
 /// Default constructor initializes properties to their defaults.
 /// </summary>
 protected WidgetTemplate()
 {
     OwnerDraw = false;
     Pigments = new PigmentAlternatives();
 }