Freigeben über


SizeInt32 Struktur

Definition

Definiert die Höhe und Breite einer Oberfläche in einer zweidimensionalen Ebene.

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

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Felder

Height

Die Höhe einer Oberfläche.

Width

Die Breite einer Oberfläche.

Gilt für: