RenderParameters Class
Describe the parameters of the render target
Inheritance Hierarchy
SystemObject
  Aspose.ThreeD.RenderRenderParameters

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

The RenderParameters type exposes the following members.

Constructors
  NameDescription
Public methodRenderParameters
Initialize an instance of PixelFormat
Properties
  NameDescription
Public propertyColorBits
Gets or sets how many bits will be used by color buffer.
Public propertyDepthBits
Gets or sets how many bits will be used by depth buffer.
Public propertyDoubleBuffering
Gets or sets whether double buffer is used.
Public propertyStencilBits
Gets or sets how many bits will be used in stencil buffer.
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