Table of Contents

Class BoxClipRectangle

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

Constructors

BoxClipRectangle(double, double, double, double)

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