IManipulationProcessor::get_MinimumScaleRotateRadius method (manipulations.h)
Specifies how large the distance contacts on a scale or rotate gesture need to be to trigger manipulation.
This property is read/write.
Syntax
HRESULT get_MinimumScaleRotateRadius(
FLOAT *minRadius
);
Parameters
minRadius
Return value
None
Remarks
Note This property is set in centipixels (100ths of a pixel).
Examples
pManip->put_MinimumScaleRotateRadius(4000.0f);
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | manipulations.h |