IRenderWindow class

IRenderWindow class

IRenderWindow represents the native window created by operating system that supports rendering.

The IRenderWindow type exposes the following members:

Properties

PropertyDescription
sizeGets or sets the size of the render target.
viewportsGets all viewports that associated with this render target.

Methods

MethodDescription
create_viewportCreate a viewport with specified background color and position/size in specified camera perspective.
create_viewportCreate a viewport with position/size in specified camera perspective.
create_viewportCreate a viewport in specified camera perspective.

See Also