Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |