Class DoublePoints
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
Point2
Gets or sets the second point.
public Point Point2 { get; set; }