Share via


RenderToEnvironmentMap.Description Property (Microsoft.DirectX.Direct3D)

Retrieves the description of the render surface.

Definition

Visual Basic Public ReadOnly Property Description As RenderToEnvironmentDescription
C# public RenderToEnvironmentDescription Description { get; }
C++ public:
property RenderToEnvironmentDescription Description {
        RenderToEnvironmentDescription get();
}
JScript public function get Description() : RenderToEnvironmentDescription

Property Value

Microsoft.DirectX.Direct3D.RenderToEnvironmentDescription
A RenderToEnvironmentDescription object that contains the render surface description.

This property is read-only.