Click or drag to resize
MyRenderWindow Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.MyRenderWindow"]

Inheritance Hierarchy
SystemObject
  VRageMyRenderWindow

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public class MyRenderWindow : IMyRenderWindow, 
	IMyBufferedInputSource

The MyRenderWindow type exposes the following members.

Constructors
  NameDescription
Public methodMyRenderWindow
Initializes a new instance of the MyRenderWindow class
Top
Properties
  NameDescription
Public propertyDrawEnabled
Public propertyHandle
Top
Methods
Fields
  NameDescription
Public fieldControl
Public fieldTopLevelForm
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIMyBufferedInputSourceMouseAreaSize
Explicit interface implementationPrivate propertyIMyBufferedInputSourceMousePosition
Explicit interface implementationPrivate methodIMyBufferedInputSourceSwapBufferedTextInput
Swaps internal buffer with the one passed as argument. This swapping operation must be implemented in a thread safe manner. Buffer passed into the function will replaced by the internal buffer and returned in the same variable.
Top
See Also