IManipulationProcessor::get_PivotRadius method (manipulations.h)
The PivotRadius property is used to determine how much rotation is used in single finger manipulation.
This property is read/write.
Syntax
HRESULT get_PivotRadius(
FLOAT *pivotRadius
);
Parameters
pivotRadius
Return value
None
Remarks
Note The pivot radius must either be negative, 0, or a value greater than 1. Setting the pivot radius to a value between 0.0 and 1.0 will return E_INVALIDARG.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | manipulations.h (include Manipulations_i.c) |