21 lines
231 B
Markdown
21 lines
231 B
Markdown
# SetDeviationInPoints
|
||
|
||
Sets the allowed deviation.
|
||
|
||
```
|
||
void SetDeviationInPoints(
|
||
ulong deviation // deviation
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
deviation
|
||
|
||
[in] Allowed deviation in points.
|
||
|
||
Return Value
|
||
|
||
None.
|