CCT.NUI.Core.Clustering.ClusterPrototype.AddPoint C# (CSharp) Méthode

AddPoint() public méthode

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