Share via


IXRStylusInfo::GetIsInverted (Compact 2013)

3/28/2014

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 Boolean value 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

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStylusInfo
IXRStylusInfo::SetIsInverted