POINT (Windows CE 5.0)

Send Feedback

This structure defines the x- and y-coordinates of a point.

typedefstructtagPOINT{LONGx;LONGy;}POINT;

Members

  • x
    Specifies the x-coordinate of the point.
  • y
    Specifies the y-coordinate of the point.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Windef.h.

See Also

ChildWindowFromPoint | PtInRect | SetBrushOrgEx | WindowFromPoint

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.