Table of Contents

Struct Point

Namespace
Iot.Device.Ft6xx6x
Assembly
Iot.Device.Ft6xx6x.dll

A touch point

public struct Point

Properties

Event

Gets or sets the event type.

public Event Event { readonly get; set; }

Property Value

Event

Miscelaneous

Gets or sets miscelaneous.

public byte Miscelaneous { readonly get; set; }

Property Value

byte

TouchId

Gets or sets the touche type.

public byte TouchId { readonly get; set; }

Property Value

byte

Weigth

Gets of sets the weight.

public byte Weigth { readonly get; set; }

Property Value

byte

X

Gets or sets X

public int X { readonly get; set; }

Property Value

int

Y

Gets or sets Y

public int Y { readonly get; set; }

Property Value

int