Freigeben über


PointInt32 Struktur

Definition

Definiert einen Punkt auf einer zweidimensionalen Ebene.

public value class PointInt32
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
struct PointInt32
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public struct PointInt32
var pointInt32 = {
x : /* Your value */,
y : /* Your value */
}
Public Structure PointInt32
Vererbung
PointInt32
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

X

Der X-Koordinatenwert eines Punkts.

Y

Der Y-Koordinatenwert eines Punkts.

Gilt für: