Table of Contents

Class Clip

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class Clip
Inheritance
Clip
Inherited Members

Constructors

Clip()

public Clip()

Properties

Height

height of clipping area

[Required]
[JsonPropertyName("height")]
public float Height { get; set; }

Property Value

float

Width

width of clipping area

[Required]
[JsonPropertyName("width")]
public float Width { get; set; }

Property Value

float

X

x-coordinate of top-left corner of clip area

[Required]
[JsonPropertyName("x")]
public float X { get; set; }

Property Value

float

Y

y-coordinate of top-left corner of clip area

[Required]
[JsonPropertyName("y")]
public float Y { get; set; }

Property Value

float