IXRStylusPoint::SetX (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetX(
    __in float X
) = 0;

Parameters

  • X
    [in] Specifies the position on the x-axis.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Input.StylusPoint.X

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStylusPoint
IXRStylusPoint::GetX