Class Viewport
Viewport for capturing screenshot.
public sealed class Viewport
- Inheritance
-
Viewport
- Inherited Members
Properties
Height
Rectangle height in device independent pixels (dip).
[JsonPropertyName("height")]
public double Height { get; set; }
Property Value
Scale
Page scale factor.
[JsonPropertyName("scale")]
public double Scale { get; set; }
Property Value
Width
Rectangle width in device independent pixels (dip).
[JsonPropertyName("width")]
public double Width { get; set; }
Property Value
X
X offset in device independent pixels (dip).
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
Y offset in device independent pixels (dip).
[JsonPropertyName("y")]
public double Y { get; set; }