Table of Contents

Class Point

Namespace
Iot.Device.Chsc6540
Assembly
Iot.Device.Chsc6540.dll

A touch point

public class Point
Inheritance
Point

Constructors

Point()

public Point()

Properties

Event

Gets or sets the Event type.

public Event Event { get; set; }

Property Value

Event

X

Gets or sets X

public int X { get; set; }

Property Value

int

Y

Gets or sets Y

public int Y { get; set; }

Property Value

int