共用方式為


XPS_RECT 結構 (xpsobjectmodel.h)

描述矩形的寬度、高度和位置。

語法

typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0019 {
  FLOAT x;
  FLOAT y;
  FLOAT width;
  FLOAT height;
} XPS_RECT;

成員

x

矩形左側的 X 座標。

y

矩形頂端的 Y 座標。

width

非負值,表示水準 (x) 維度中的物件大小。

height

非負值,表示垂直 (y) 維度中的物件大小。

備註

度量單位取決於內容,而且未在 結構中指定。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式]
標頭 xpsobjectmodel.h

另請參閱

XML Paper Specification