XPS_SIZE structure (xpsobjectmodel.h)

Describes the size of an object.

Syntax

typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0018 {
  FLOAT width;
  FLOAT height;
} XPS_SIZE;

Members

width

A non-negative value that represents the object's size in the horizontal (x) dimension.

height

A non-negative value that represents the object's size in the vertical (y) dimension.

Remarks

The measurement units are not specified in the structure.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Header xpsobjectmodel.h

See also

XML Paper Specification