Share via


IXRStylusInfo::GetIsInverted (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether the stylus is inverted.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsInverted(
    __out bool *pIsInverted
) = 0;

Parameters

  • pIsInverted
    [in] Points to a bool indicating whether the stylus is inverted. Returns true if the stylus is inverted; otherwise, false. The default is false.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Input.StylusDevice.IsInverted

Requirements

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

See Also

Reference

IXRStylusInfo
IXRStylusInfo::SetIsInverted