C# Class CSharpGL.Demos.UpdateImageScript

Inheritance: System.Script, IDisposable
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

UpdateImageScript ( Control canvas, SceneObject obj = null ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Dispose managed and unmanaged resources of this instance.

glCanvas1_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

UpdateImageScript() public méthode

public UpdateImageScript ( Control canvas, SceneObject obj = null ) : System
canvas System.Windows.Forms.Control
obj SceneObject
Résultat System