Struct FramingZone
public readonly struct FramingZone
- Inherited Members
Constructors
FramingZone(double, double, double)
public FramingZone(double depth, double left, double right)
Parameters
Properties
Depth
public double Depth { get; init; }
Property Value
Left
public double Left { get; init; }
Property Value
Right
public double Right { get; init; }