CCT.NUI.Core.Shape.ClusterShapeFactory.ClusterShapeFactory C# (CSharp) 메소드

ClusterShapeFactory() 공개 메소드

public ClusterShapeFactory ( ShapeDataSourceSettings settings ) : System
settings ShapeDataSourceSettings
리턴 System
        public ClusterShapeFactory(ShapeDataSourceSettings settings)
        {
            this.settings = settings;
            this.contourFactory = new ContourFactory(settings.ContourLineThinningDistance);
        }