IDirect3DSurface.Description Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Direct3DSurfaceDescription describing the surface.
Direct3DSurfaceDescription Description();
public Direct3DSurfaceDescription Description { get; }
var direct3DSurfaceDescription = iDirect3DSurface.description;
Public ReadOnly Property Description As Direct3DSurfaceDescription
Property Value
A Direct3DSurfaceDescription describing the surface.