Framework.BackBufferSurfaceDescription Property (BackBufferSurfaceDescription)

Retrieves a SurfaceDescription structure that describes the back buffer on the current adapter.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.SurfaceDescription
A SurfaceDescription structure that describes the back buffer on the current adapter.

This property is read-only. 
Show: