RenderPanel ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms.Windows FormsWindow
    WindowsFormsExample RenderPanel

Namespace: WindowsFormsExample
Assembly: WindowsFormsExample (in WindowsFormsExample.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class RenderPanel : FormsWindow

The RenderPanel type exposes the following members.

Constructors

  NameDescription
Public methodRenderPanel
Initializes a new instance of the RenderPanel class
Top
Methods

  NameDescription
Public methodCloseAfterFrame (Inherited from FormsWindow.)
Public methodCopyTextToClipboard
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread! View code on GitHub
(Inherited from FormsWindow.)
Public methodDispose (Inherited from FormsWindow.)
Protected methodOnSizeChanged (Inherited from FormsWindow.)
Public methodPresent (Inherited from FormsWindow.)
Protected methodResizeCentered (Inherited from FormsWindow.)
Public methodSetCursorIcon (Inherited from FormsWindow.)
Public methodSetFullscreen (Inherited from FormsWindow.)
Protected methodSetResolution (Inherited from FormsWindow.)
Public methodSetWindowed (Inherited from FormsWindow.)
Public methodShowMessageBox (Inherited from FormsWindow.)
Top
Fields

  NameDescription
Protected fieldpanel (Inherited from FormsWindow.)
Top
Properties

  NameDescription
Public propertyBackgroundColor (Inherited from FormsWindow.)
Public propertyHandle (Inherited from FormsWindow.)
Public propertyIsClosing (Inherited from FormsWindow.)
Public propertyIsFullscreen (Inherited from FormsWindow.)
Public propertyIsVisible (Inherited from FormsWindow.)
Public propertyIsWindowsFormAndNotJustAPanel (Inherited from FormsWindow.)
Public propertyOrientation (Inherited from FormsWindow.)
Public propertyPixelPosition (Inherited from FormsWindow.)
Public propertyShowCursor (Inherited from FormsWindow.)
Public propertyTitle (Inherited from FormsWindow.)
Public propertyTotalPixelSize (Inherited from FormsWindow.)
Public propertyViewportPixelPosition (Inherited from FormsWindow.)
Public propertyViewportPixelSize (Inherited from FormsWindow.)
Top
Events

  NameDescription
Public eventFullscreenChanged (Inherited from FormsWindow.)
Public eventNativeEvent (Inherited from FormsWindow.)
Public eventOrientationChanged (Inherited from FormsWindow.)
Public eventViewportSizeChanged (Inherited from FormsWindow.)
Top
See Also