Class ScreencastFrameMetadata
ScreencastFrameMetadata
public sealed class ScreencastFrameMetadata
- Inheritance
-
ScreencastFrameMetadata
- Inherited Members
Properties
DeviceHeight
deviceHeight
[JsonPropertyName("deviceHeight")]
public double DeviceHeight { get; set; }
Property Value
DeviceWidth
deviceWidth
[JsonPropertyName("deviceWidth")]
public double DeviceWidth { get; set; }
Property Value
OffsetTop
offsetTop
[JsonPropertyName("offsetTop")]
public double OffsetTop { get; set; }
Property Value
PageScaleFactor
pageScaleFactor
[JsonPropertyName("pageScaleFactor")]
public double PageScaleFactor { get; set; }
Property Value
ScrollOffsetX
scrollOffsetX
[JsonPropertyName("scrollOffsetX")]
public double ScrollOffsetX { get; set; }
Property Value
ScrollOffsetY
scrollOffsetY
[JsonPropertyName("scrollOffsetY")]
public double ScrollOffsetY { get; set; }
Property Value
Timestamp
timestamp
[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timestamp { get; set; }