PointInt32 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义二维平面中的点。
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 坐标值。 |