Windows Forms window implementation for the Delta Engine to run applications in it.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Platforms.Windows FormsWindow
DeltaEngine.Editor.Emulator WpfHostedFormsWindow
WindowsFormsExample RenderPanel
Namespace: DeltaEngine.Platforms.Windows
Assembly: DeltaEngine.Platforms.Windows (in DeltaEngine.Platforms.Windows.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The FormsWindow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FormsWindow(Control) | Initializes a new instance of the FormsWindow class |
![]() | FormsWindow(Settings) | Initializes a new instance of the FormsWindow class |
Methods
Name | Description | |
---|---|---|
![]() | CloseAfterFrame | |
![]() | CopyTextToClipboard |
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread!
View code on GitHub |
![]() | Dispose | Releases all resources used by the FormsWindow |
![]() | OnSizeChanged | |
![]() | Present | |
![]() | ResizeCentered | |
![]() | SetCursorIcon | |
![]() | SetFullscreen | |
![]() | SetResolution | |
![]() | SetWindowed | |
![]() | ShowMessageBox |
Fields
Name | Description | |
---|---|---|
![]() | panel |
Properties
Name | Description | |
---|---|---|
![]() | BackgroundColor | |
![]() | Handle | |
![]() | IsClosing | |
![]() | IsFullscreen | |
![]() | IsVisible | |
![]() | IsWindowsFormAndNotJustAPanel | |
![]() | Orientation | |
![]() | PixelPosition | |
![]() | ShowCursor | |
![]() | Title | |
![]() | TotalPixelSize | |
![]() | ViewportPixelPosition | |
![]() | ViewportPixelSize |
Events
Name | Description | |
---|---|---|
![]() | FullscreenChanged | |
![]() | NativeEvent | |
![]() | OrientationChanged | |
![]() | ViewportSizeChanged |
See Also