c4dynamics.states.lib.pixelpoint.pixelpoint.box

Contents

c4dynamics.states.lib.pixelpoint.pixelpoint.box#

property pixelpoint.box#

Returns the box coordinates.

The box coordinates are given by: [(x top left, y top left), (x bottom right, y bottom right)]

Returns:

out (list[tuple]) – List containing two tuples representing top-left and bottom-right coordinates (in pixels).

Examples

For detailed usage, see the examples in the introduction to the pixelpoint class.