C# Class VisualPOVRAY.Form1

Show file Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
gamma string
height string
name string
type string
width string
writer1 List

Public Methods

Method Description
Form1 ( ) : System
add ( ) : void
eve ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void
imageHeightTB_KeyPress ( object sender, KeyPressEventArgs e ) : void
imageQualityTB_KeyPress ( object sender, KeyPressEventArgs e ) : void
imageWidthTB_KeyPress ( object sender, KeyPressEventArgs e ) : void
lightBar_Scroll ( object sender, EventArgs e ) : void
renderBox_Paint ( object sender, PaintEventArgs e ) : void
renderButt_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

add() public method

public add ( ) : void
return void

eve() public method

public eve ( ) : void
return void

Property Details

gamma public property

public string gamma
return string

height public property

public string height
return string

name public property

public string name
return string

type public property

public string type
return string

width public property

public string width
return string

writer1 public static property

public static List writer1
return List