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
Width
width of clipping area
[Required]
[JsonPropertyName("width")]
public float Width { get; set; }
Property Value
X
x-coordinate of top-left corner of clip area
[Required]
[JsonPropertyName("x")]
public float X { get; set; }
Property Value
Y
y-coordinate of top-left corner of clip area
[Required]
[JsonPropertyName("y")]
public float Y { get; set; }