CCT.NUI.Core.Shape.ClusterShapeFactory.ClusterShapeFactory C# (CSharp) Method

ClusterShapeFactory() public method

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