Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the size of an object.
Syntax
typedef struct {
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
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
Header |
Xpsobjectmodel.h |
IDL |
XpsObjectModel.idl |