BitmapPlaneDescription 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義點陣圖平面的格式。
public value class BitmapPlaneDescription
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct BitmapPlaneDescription
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct BitmapPlaneDescription
var bitmapPlaneDescription = {
startIndex : /* Your value */,
width : /* Your value */,
height : /* Your value */,
stride : /* Your value */
}
Public Structure BitmapPlaneDescription
- 繼承
-
BitmapPlaneDescription
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
Height |
平面的高度,以圖元為單位。 |
StartIndex |
平面內圖元資料開頭的位元組位移。 |
Stride |
點陣圖資料的步幅,以位元組為單位。 |
Width |
平面的寬度,以圖元為單位。 |