C# Class ARCed.Scripting.ScriptStyle

Datei anzeigen Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ScriptStyle ( ) : System

Default constructor

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

Constructor with parameters

Method Details

ScriptStyle() public method

Default constructor
public ScriptStyle ( ) : System
return System

ScriptStyle() public method

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
return System