Table of Contents

Class ClipRectangle.Box

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public record ClipRectangle.Box : ClipRectangle, IEquatable<ClipRectangle>, IEquatable<ClipRectangle.Box>
Inheritance
ClipRectangle.Box
Implements
Inherited Members

Constructors

Box(double, double, double, double)

public Box(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