The XScreen class encapsulated working with the screen, display modes and the view rendering.

The XScreen..::.DeviceStateCache type exposes the following members.

Constructors

  NameDescription
XScreen..::.DeviceStateCache

Methods

  NameDescription
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
SetTexture
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Fields

  NameDescription
LastAmbient
The last value of Ambient()()().
LastCullMode
The last value of CullMode()()().
LastDepthBias
The last value of DepthBias()()().
LastDestinationBlend
The last value of DestinationBlend()()().
LastFillMode
The last value of FillMode()()().
LastFogColor
The last value of FogColor()()().
LastFogDensity
The last value of FogDensity()()().
LastFogEnable
The last value of FogEnable()()().
LastFogEnd
The last value of FogEnd()()().
LastFogStart
The last value of FogStart()()().
LastFogTableMode
The last value of FogTableMode()()().
LastFogVertexMode
The last value of FogVertexMode()()().
LastLighting
The last value of Lighting()()().
LastMaterial
The last value of Material()()().
LastMultiSampleAntiAlias
The last value of MultiSampleAntiAlias()()().
LastNormalizeNormals
The last value of NormalizeNormals()()().
LastRenderMaterial
The last rendered material XMaterial.
LastShadeMode
The last value of ShadeMode()()().
LastSourceBlend
The last value of SourceBlend()()().
LastTextureCount
The maximal used texture index.
LastTextures
LastTransformCount
The maximal used tranform matrix index.
LastTransformProjection
The last value of Projection()()().
LastTransformView
The last value of View()()().
LastVertexBlend
The last value of VertexBlend()()().
LastZBufferEnable
The last value of ZBufferEnable()()().
LastZBufferFunction
The last value of ZBufferFunction()()().
LastZBufferWriteEnable
The last value of ZBufferWriteEnable()()().
SamplerState
The last value of SamplerState()()().
SoftwareVertexProcessing
TextureState
The last value of TextureState()()().

See Also