Click or drag to resize
IMyRenderWindow Interface

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

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

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyRenderWindow

The IMyRenderWindow type exposes the following members.

Properties
  NameDescription
Public propertyDrawEnabled
True when Present on device should be called (e.g. window not minimized)
Public propertyHandle
Target window handle
Top
Methods
  NameDescription
Public methodBeforeDraw
Public methodOnModeChanged
Called by render when display mode has changed
Public methodSetMouseCapture
Top
See Also