FormsWindow ClassDelta Engine Documentation
Windows Forms window implementation for the Delta Engine to run applications in it. View code on GitHub
Inheritance Hierarchy

System Object
  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

public class FormsWindow : Window, 
	IDisposable

The FormsWindow type exposes the following members.

Constructors

  NameDescription
Protected methodFormsWindow(Control)
Initializes a new instance of the FormsWindow class
Public methodFormsWindow(Settings)
Initializes a new instance of the FormsWindow class
Top
Methods

  NameDescription
Public methodCloseAfterFrame
Public methodCopyTextToClipboard
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread! View code on GitHub
Public methodDispose
Releases all resources used by the FormsWindow
Protected methodOnSizeChanged
Public methodPresent
Protected methodResizeCentered
Public methodSetCursorIcon
Public methodSetFullscreen
Protected methodSetResolution
Public methodSetWindowed
Public methodShowMessageBox
Top
Fields

  NameDescription
Protected fieldpanel
Top
Properties

  NameDescription
Public propertyBackgroundColor
Public propertyHandle
Public propertyIsClosing
Public propertyIsFullscreen
Public propertyIsVisible
Public propertyIsWindowsFormAndNotJustAPanel
Public propertyOrientation
Public propertyPixelPosition
Public propertyShowCursor
Public propertyTitle
Public propertyTotalPixelSize
Public propertyViewportPixelPosition
Public propertyViewportPixelSize
Top
Events

  NameDescription
Public eventFullscreenChanged
Public eventNativeEvent
Public eventOrientationChanged
Public eventViewportSizeChanged
Top
See Also