Direct3DSurfaceDescription Struktur

Definition

Dies ist eine Windows-Runtime Entsprechung der Desktop-DXGI_SURFACE_DESC-Struktur. Beschreibt eine IDirect3DSurface.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct Direct3DSurfaceDescription
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct Direct3DSurfaceDescription
var direct3DSurfaceDescription = {
width : /* Your value */,
height : /* Your value */,
format : /* Your value */,
multisampleDescription : /* Your value */
}
Public Structure Direct3DSurfaceDescription
Vererbung
Direct3DSurfaceDescription
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Format

Pixelformat der Oberfläche.

Height

Höhe der Oberfläche.

MultisampleDescription

Multi-Sampling-Parameter für die Oberfläche.

Width

Breite der Oberfläche.

Gilt für: