Tesla Graphics Engine Documentation (January 2012)
CreateWindowImplementation Method (pp, title, isPrimaryWindow)
TeslaTesla.Windows.CoreSWFWindowProviderCreateWindowImplementation(PresentationParameters, String, Boolean)
Creates a new windows forms window implementation.
Declaration Syntax
C#
public IWindowImplementation CreateWindowImplementation(
	PresentationParameters pp,
	string title,
	bool isPrimaryWindow
)
Parameters
pp (PresentationParameters)
Presentation parameters
title (String)
Title of the window
isPrimaryWindow (Boolean)
If true, a window with a Form is returned, otherwise a window with a Control is returned
Return Value
The created window implementation

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