C# Класс CSharpGL.Demos.UpdateImageScript

Наследование: System.Script, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

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

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

Приватные методы

Метод Описание
Dispose ( bool disposing ) : void

Dispose managed and unmanaged resources of this instance.

glCanvas1_KeyPress ( object sender, KeyPressEventArgs e ) : void

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

UpdateImageScript() публичный Метод

public UpdateImageScript ( Control canvas, SceneObject obj = null ) : System
canvas System.Windows.Forms.Control
obj SceneObject
Результат System