Share via


XRPoint (Windows Embedded CE 6.0)

1/6/2010

This structure contains the x-coordinate and y-coordinate that define a point.

Syntax

struct XRPoint{
    float  x;
    float  y;
};

Members

  • x
    Indicates the xcoordinate, in pixels.
  • y
    Indicates the ycoordinate, in pixels.

Remarks

Depending on usage, properties of type XRPoint may be referenced to the origin of either the overall content area frame or a specific UI element.

The XRMouseEventArgs event data structure contains a Position member that is an XRPoint structure describing the point at which a mouse event occurred.

.NET Framework Equivalent

System.Windows.Point

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Silverlight for Windows Embedded Structures