C# Class ARCed.Scripting.ScriptStyle

Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ScriptStyle ( ) : System

Default constructor

ScriptStyle ( string name, Color fore, Color back, Font font ) : System

Constructor with parameters

Method Details

ScriptStyle() public méthode

Default constructor
public ScriptStyle ( ) : System
Résultat System

ScriptStyle() public méthode

Constructor with parameters
public ScriptStyle ( string name, Color fore, Color back, Font font ) : System
name string The name of the style
fore Color The foreground color of the style
back Color The background color of the style
font System.Drawing.Font The font used for the style
Résultat System