Struct Bbox
public readonly struct Bbox
- Inherited Members
Constructors
Bbox(double, double, double, double)
public Bbox(double x, double y, double width, double height)
Parameters
Properties
Height
public double Height { get; init; }
Property Value
Width
public double Width { get; init; }
Property Value
X
public double X { get; init; }
Property Value
Y
public double Y { get; init; }