SizeUInt32 Struktur

Definition

Definiert die Höhe und Breite eines Objekts in einer zweidimensionalen Ebene.

public value class SizeUInt32
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
struct SizeUInt32
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public struct SizeUInt32
var sizeUInt32 = {
width : /* Your value */,
height : /* Your value */
}
Public Structure SizeUInt32
Vererbung
SizeUInt32
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

Felder

Height

Die Höhe eines Objekts.

Width

Die Breite eines Objekts.

Gilt für: