Framework.BackBufferSurfaceDescription Property (BackBufferSurfaceDescription)
Retrieves a SurfaceDescription structure that describes the back buffer on the current adapter.
Visual Basic Public ReadOnly Property BackBufferSurfaceDescription As SurfaceDescription C# public SurfaceDescription BackBufferSurfaceDescription { get; } C++ public:
property SurfaceDescription BackBufferSurfaceDescription {
SurfaceDescription get();
}JScript public function get BackBufferSurfaceDescription() : SurfaceDescription
Microsoft.DirectX.Direct3D.SurfaceDescription
This property is read-only.
A SurfaceDescription structure that describes the back buffer on the current adapter.
Show: