RenderParameters class

RenderParameters class

Describe the parameters of the render target

The RenderParameters type exposes the following members:

Constructors

ConstructorDescription
initInitialize an instance of PixelFormat

Properties

PropertyDescription
double_bufferingGets or sets whether double buffer is used.
color_bitsGets or sets how many bits will be used by color buffer.
depth_bitsGets or sets how many bits will be used by depth buffer.
stencil_bitsGets or sets how many bits will be used in stencil buffer.

See Also