Table of Contents

Class Clip

Namespace
PuppeteerSharp.Media
Assembly
PuppeteerSharp.dll

Clip data.

public class Clip : BoundingBox, IEquatable<BoundingBox>
Inheritance
Clip
Implements

Properties

Scale

Scale of the webpage rendering. Defaults to 1.

public int Scale { get; set; }

Property Value

int

The scale.

See Also