CCT.NUI.Core.Clustering.ClusterPrototype.AddPoint C# (CSharp) Method

AddPoint() public method

public AddPoint ( System.Point point ) : void
point System.Point
return void
        public void AddPoint(Point point)
        {
            this.temporaryPoints.Add(point);
        }