| WpfEnvironmentStartup Method |
Initializes the WPF environment.
Namespace: DigitalRune.Graphics.InteropAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static void Startup(
IntPtr winFormHandle
)
Public Shared Sub Startup (
winFormHandle As IntPtr
)
public:
static void Startup(
IntPtr winFormHandle
)
static member Startup :
winFormHandle : IntPtr -> unit
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