checkLargeCoordinates
layout checkLargeCoordinates boolean { t | nil }
Description
Provides control for checking for large coordinates during the copy operation.
The default is nil. When set to t, the Copy command does not allow objects to exceed the INT_MAX boundary and hence does not distort the copied image. On a 64-bit system, INT_MAX = 2147483647.
GUI Equivalent
Examples
envGetVal("layout" "checkLargeCoordinates")
envSetVal("layout" "checkLargeCoordinates" 'boolean t)
Related Topics
Return to top