Class Cad2DPoint

Cad2DPoint class

The Cad 2D point.

public class Cad2DPoint

Constructors

NameDescription
Cad2DPoint()Initializes a new instance of the Cad2DPoint class.
Cad2DPoint(double, double)Initializes a new instance of the Cad2DPoint class.

Properties

NameDescription
X { get; set; }Gets or sets the x.
Y { get; set; }Gets or sets the y.

Methods

NameDescription
Distance(Cad2DPoint)Distances the specified destination.
GetApsPoint()Gets the aps point.

See Also