C# 클래스 ARCed.Scripting.ScriptStyle

파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ScriptStyle ( ) : System

Default constructor

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

Constructor with parameters

메소드 상세

ScriptStyle() 공개 메소드

Default constructor
public ScriptStyle ( ) : System
리턴 System

ScriptStyle() 공개 메소드

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
리턴 System