Tesla Graphics Engine Documentation (January 2012)
SWFWindowHost Class
TeslaTesla.Windows.CoreSWFWindowHost
Host for Windows that are backed by a Form control. This sets up the application idle callback and runs the form.
Declaration Syntax
C#
public sealed class SWFWindowHost : IWindowHost
Members
All Members Constructors Methods Properties Events



Icon Member Description
SWFWindowHost(Window)
Creates a new window host.

AssociatedWindow
Gets the window associated with the host.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Exit()()()()
Exits the loop and calls Application.ExitThread(), the window will be disposed.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Idle
Idle event when the application is finished processing messages. Usually the update/draw loop is set here.

Run()()()()
Initiates the loop and calls Application.Run(). This will fail if the window is not a primary window.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SWFWindowHost

Assembly: Tesla.Windows (Module: Tesla.Windows) Version: 0.5.0.0 (0.5.0.0)