Struct Ptz
public readonly struct Ptz
- Inherited Members
Constructors
Ptz(double, double, double)
public Ptz(double pan, double tilt, double zoom)
Parameters
Properties
Pan
public double Pan { get; init; }
Property Value
Tilt
public double Tilt { get; init; }
Property Value
Zoom
public double Zoom { get; init; }