XPS_POINT structure (xpsobjectmodel.h)

Represents an x- and y-coordinate pair in two-dimensional space.

Syntax

typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0017 {
  FLOAT x;
  FLOAT y;
} XPS_POINT;

Members

x

The x-coordinate of a point.

y

The y-coordinate of a point.

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