c4dynamics.states.lib.pixelpoint.pixelpoint.fsize#
- property pixelpoint.fsize#
Gets and sets the frame size.
- Parameters:
fsize (tuple) – Size of the frame in pixels (width, height). - (width) int : Frame width in pixels. - (height) int : Frame height in pixels.
- Returns:
out (tuple) – A tuple of the frame size in pixels (width, height).
- Raises:
ValueError – If fsize doesn’t have exactly two elements, a ValueError is raised.
Examples
For detailed usage, see the examples in the introduction to the
pixelpoint
class.