Table of Contents

Class BoxModelPoint

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a point.

public record BoxModelPoint : IEquatable<BoxModelPoint>
Inheritance
BoxModelPoint
Implements

Properties

X

The X coordinate.

public decimal X { get; set; }

Property Value

decimal

Y

The y coordinate.

public decimal Y { get; set; }

Property Value

decimal