rect property

Rect rect
getter/setter pair

Description: The coordinates (in pixels) of the video.

Implementation

Rect rect = Rect(originX: 0, originY: 0, sizeWidth: 0, sizeHeight: 0);