Share via


XPS_POINT structure

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

Syntax

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

Members

  • x
    The x-coordinate of a point.

  • y
    The y-coordinate of a point.

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

See also

XML Paper Specification