PointInt32 结构

定义

定义二维平面中的点。

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
继承
PointInt32
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

字段

X

点的 X 坐标值。

Y

点的 Y 坐标值。

适用于