IXRStylusPoint::GetY (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetY(
    __out float *pY
) = 0;

Parameters

  • pY
    [out] Points to a float that indicates the location in the y-axis.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Input.StylusPoint.Y

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStylusPoint
IXRStylusPoint::SetY