Tesla Graphics Engine Documentation (January 2012)
PresentationParameters Structure
TeslaTesla.GraphicsPresentationParameters
Structure that represents a collection of values used for setting up a graphics presentation, e.g. window and swap chain.
Declaration Syntax
C#
public struct PresentationParameters
Members
All Members Constructors Methods Properties Fields



Icon Member Description
PresentationParameters(SurfaceFormat, DepthFormat, Int32, Int32)
Creates a new instance of PresentationParameters.

PresentationParameters(SurfaceFormat, DepthFormat, Int32, Int32, Boolean)
Creates a new instance of PresentationParameters.

BackBufferFormat
Back buffer format.

BackBufferHeight
Height of the back buffer.

BackBufferWidth
Width of the back buffer.

Bounds
Gets the bounds of the back buffer.

DepthStencilFormat
Depth-Stencil buffer format.

DisplayOrientation
Display orientation of the presentation.

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsFullScreen
Is the presentation in full screen mode.

MultiSampleCount
Number of samples to use in multi-sampling. Default is zero.

MultiSampleQuality
Number of qualtiy levels to use in multi-sampling. Default is zero.

PresentInterval
VSync enumeration.

RenderTargetUsage
Backbuffer's render target usage.

ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)