Table of Contents

Class ShapeOutsideInfo

Namespace
Selenium.WebDriver.BiDi.Cdp.DOM
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

CSS Shape Outside details.

public sealed record ShapeOutsideInfo : IEquatable<ShapeOutsideInfo>
Inheritance
ShapeOutsideInfo
Implements
Inherited Members

Constructors

ShapeOutsideInfo(ImmutableArray<double>, ImmutableArray<JsonElement>, ImmutableArray<JsonElement>)

CSS Shape Outside details.

public ShapeOutsideInfo(ImmutableArray<double> Bounds, ImmutableArray<JsonElement> Shape, ImmutableArray<JsonElement> MarginShape)

Parameters

Bounds ImmutableArray<double>

Shape bounds

Shape ImmutableArray<JsonElement>

Shape coordinate details

MarginShape ImmutableArray<JsonElement>

Margin shape bounds

Properties

Bounds

Shape bounds

public ImmutableArray<double> Bounds { get; init; }

Property Value

ImmutableArray<double>

MarginShape

Margin shape bounds

public ImmutableArray<JsonElement> MarginShape { get; init; }

Property Value

ImmutableArray<JsonElement>

Shape

Shape coordinate details

public ImmutableArray<JsonElement> Shape { get; init; }

Property Value

ImmutableArray<JsonElement>