PlatformInitialize Method (Platform) |
Initializes the specified platform as the current generator, for the current thread
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static void Initialize(
Platform platform
)
Public Shared Sub Initialize (
platform As Platform
)
static member Initialize :
platform : Platform -> unit
Parameters
- platform
- Type: EtoPlatform
Generator to set as the current generator
Remarks
This is called automatically by the
Application when it is constructed
See Also