Table of Contents

Class DoublePoints

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

A double point

public class DoublePoints
Inheritance
DoublePoints

Constructors

DoublePoints()

public DoublePoints()

Properties

Point1

Gets or sets the first point.

public Point Point1 { get; set; }

Property Value

Point

Point2

Gets or sets the second point.

public Point Point2 { get; set; }

Property Value

Point