Table of Contents

Class DoublePoints

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

A double point

public class DoublePoints
Inheritance
DoublePoints

Constructors

DoublePoints()

Constructor for DoublePoints class.

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