Direct3DSurfaceDescription 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這是桌面DXGI_SURFACE_DESC結構的Windows 執行階段對等專案。 描述 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
- 繼承
-
Direct3DSurfaceDescription
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
Format |
表面的像素格式。 |
Height |
表面的高度。 |
MultisampleDescription |
表面的多取樣參數。 |
Width |
表面的寬度。 |