LiveCharts.Dtos.CorePoint.CorePoint C# (CSharp) Method

CorePoint() public method

Initializes a new instance of CorePoint
public CorePoint ( CorePoint point )
point CorePoint source pont
        public CorePoint(CorePoint point)
            : this()
        {
            X = point.X;
            Y = point.Y;
        }

Same methods

CorePoint::CorePoint ( double x, double y )