RectInt32 结构

定义

定义矩形图面的大小和位置。

public value class RectInt32
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
struct RectInt32
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public struct RectInt32
var rectInt32 = {
x : /* Your value */,
y : /* Your value */,
width : /* Your value */,
height : /* Your value */
}
Public Structure RectInt32
继承
RectInt32
属性

Windows 要求

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

字段

Height

矩形的高度。

Width

矩形的宽度。

X

矩形左上角的 X 坐标。

Y

矩形左上角的 Y 坐标。

适用于