BitmapBounds 構造体

定義

外接する四角形を指定します。

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

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

この構造体は、BitmapTransformBounds プロパティを設定するときに使用されます。

フィールド

Height

境界ボックスの高さ (ピクセル単位)

Width

境界ボックスの幅 (ピクセル単位)。

X

境界ボックスの左上隅の X 座標 (ピクセル単位)。

Y

境界ボックスの左上隅の Y 座標 (ピクセル単位)。

適用対象

こちらもご覧ください