Click or drag to resize

EmbeddedViewInitialize Method (RuntimeOptions, Application, WindowOptions)

Provide the application instance and WindowOptions, this will create an OpenFin Window in a per application shared GPU process

Namespace:  Openfin.WinForm
Assembly:  Openfin.WinForm (in Openfin.WinForm.dll) Version: 14.1.0-alpha3
Syntax
C#
public void Initialize(
	RuntimeOptions runtimeOptions,
	Application application,
	WindowOptions windowOptions
)

Parameters

runtimeOptions
Type: Openfin.DesktopRuntimeOptions
Runtime Options being used
application
Type: Openfin.DesktopApplication
OpenFin Application that will share the GPU Process with this window.
windowOptions
Type: Openfin.DesktopWindowOptions
Window Options for the new OpenFin Window to be created
See Also