Table of Contents

Struct Point

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a Point.

public struct Point

Properties

X

Gets the X point.

public decimal X { readonly get; set; }

Property Value

decimal

Y

Gets the y point.

public decimal Y { readonly get; set; }

Property Value

decimal