Viewport Class
A IRenderTarget contains at least one viewport for rendering the scene.
Inheritance Hierarchy
SystemObject
  Aspose.ThreeD.RenderViewport

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Viewport

The Viewport type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets or sets the area of the viewport in render target.
Public propertyBackgroundColor
Gets or sets the background color of the viewport.
Public propertyDepthClear
Gets or sets the depth value used when clear the viewport with depth buffer bit set.
Public propertyEnabled
Enable or disable this viewport.
Public propertyFrustum
Gets or sets the camera of this Viewport
Public propertyRenderTarget
Gets the render target that created this viewport.
Public propertyZOrder
Gets or sets the Z-order of the viewport.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also