Rectangle

class Rectangle

Use Rectangle to identify a specific area of the video frame.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int?

Height of rectangle in pixels. Specify only even numbers.

Link copied to clipboard
val width: Int?

Width of rectangle in pixels. Specify only even numbers.

Link copied to clipboard
val x: Int?

The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers.

Link copied to clipboard
val y: Int?

The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers.

Functions

Link copied to clipboard
inline fun copy(block: Rectangle.Builder.() -> Unit = {}): Rectangle
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String