HasK.Controls.Graph.DPoint.DPoint C# (CSharp) Method

DPoint() public method

Create graphical 2D point
public DPoint ( double x, double y ) : System
x double The X-coordinate of point
y double The Y-coordinate of point
return System
        public DPoint(double x, double y) { X = x; Y = y; }
        /// <summary>