CCT.NUI.Core.Clustering.ClusterPrototype.AddPoint C# (CSharp) 메소드

AddPoint() 공개 메소드

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