Table of Contents

Struct Bbox

Namespace
Huddly.Sdk.Models
Assembly
Huddly.Sdk.dll
public readonly struct Bbox
Inherited Members

Constructors

Bbox(double, double, double, double)

public Bbox(double x, double y, double width, double height)

Parameters

x double
y double
width double
height double

Properties

Height

public double Height { get; init; }

Property Value

double

Width

public double Width { get; init; }

Property Value

double

X

public double X { get; init; }

Property Value

double

Y

public double Y { get; init; }

Property Value

double