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
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; }