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);
        }