Share via


IXRStylusPoint::GetX (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the value for the x-coordinate of the IXRStylusPoint.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetX(
    __out float *pX
) = 0;

Parameters

  • pX
    [out] Points to a float that indicates the location on the x-axis.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Ink.StylusPoint.X

Requirements

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

See Also

Reference

IXRStylusPoint
IXRStylusPoint::SetX