Table of Contents

Struct FramingZone

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

Constructors

FramingZone(double, double, double)

public FramingZone(double depth, double left, double right)

Parameters

depth double
left double
right double

Properties

Depth

public double Depth { get; init; }

Property Value

double

Left

public double Left { get; init; }

Property Value

double

Right

public double Right { get; init; }

Property Value

double