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

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IRenderWindow : IRenderTarget, 
	IDisposable

The IRenderWindow type exposes the following members.

Properties
  NameDescription
Public propertySize
Gets or sets the size of the render target.
(Inherited from IRenderTarget.)
Public propertyViewports
Gets all viewports that associated with this render target.
(Inherited from IRenderTarget.)
Methods
  NameDescription
Public methodCreateViewport(Camera)
Create a viewport in specified camera perspective.
(Inherited from IRenderTarget.)
Public methodCreateViewport(Camera, RelativeRectangle)
Create a viewport with position/size in specified camera perspective.
(Inherited from IRenderTarget.)
Public methodCreateViewport(Camera, Color, RelativeRectangle)
Create a viewport with specified background color and position/size in specified camera perspective.
(Inherited from IRenderTarget.)
Public methodDispose (Inherited from IDisposable.)
See Also