C# Class VisualPOVRAY.Form1

Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Свойство Type Description
gamma string
height string
name string
type string
width string
writer1 List

Méthodes publiques

Méthode Description
Form1 ( ) : System
add ( ) : void
eve ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

add() public méthode

public add ( ) : void
Résultat void

eve() public méthode

public eve ( ) : void
Résultat void

Property Details

gamma public_oe property

public string gamma
Résultat string

height public_oe property

public string height
Résultat string

name public_oe property

public string name
Résultat string

type public_oe property

public string type
Résultat string

width public_oe property

public string width
Résultat string

writer1 public_oe static_oe property

public static List writer1
Résultat List