Click or drag to resize
DigitalRuneWpfEnvironmentStartup Method
Initializes the WPF environment.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static void Startup(
	IntPtr winFormHandle
)

Parameters

winFormHandle
Type: SystemIntPtr
The handle of the Windows Forms main window.
Remarks
If the WPF environment is already initialized, this method does nothing. (This means, redundant calls of this method are no problem.)
See Also