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 座標。

適用対象