SoDoubleTapGestureRecognizerSetSpatialRestriction Method |
Sets the radius of limitation circle in which the finger has to stay throughout the gesture.
Namespace: OIV.Inventor.Gestures.RecognizersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetSpatialRestriction(
int c
)
Public Sub SetSpatialRestriction (
c As Integer
)
public:
void SetSpatialRestriction(
int c
)
member SetSpatialRestriction :
c : int -> unit
Parameters
- c
- Type: SystemInt32
Remarks See Also