次の方法で共有


Rect 構造体 (windows.foundation.h)

四角形の位置とサイズを表す 4 つの浮動小数点数のセットを格納します。

構文

typedef struct Rect {
  FLOAT X;
  FLOAT Y;
  FLOAT Width;
  FLOAT Height;
} Rect;

メンバー

X

型: float

四角形の左上隅の x 座標。

Y

型: float

四角形の左上隅の y 座標。

Width

型: float

四角形の幅。

Height

型: float

四角形の高さ。

要件

   
サポートされている最小のクライアント Windows 8
サポートされている最小のサーバー Windows Server 2012
Header windows.foundation.h

関連項目

CreateRect

CreateRectArray

IPropertyValue::GetRect

IPropertyValue::GetRectArray