Freigeben über


BitmapPlaneDescription Struktur

Definition

Definiert das Format einer Bitmapebene.

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
Vererbung
BitmapPlaneDescription
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

Height

Die Höhe der Ebene in Pixel.

StartIndex

Der Byteoffset zum Anfang der Pixeldaten innerhalb der Ebene.

Stride

Die Schrittfolge der Bitmapdaten in Bytes.

Width

Die Breite der Ebene in Pixel.

Gilt für: