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

LineThinner() public method

public LineThinner ( float mindDistBetweenPoints, bool checkBoundary ) : System
mindDistBetweenPoints float
checkBoundary bool
return System
        public LineThinner(float mindDistBetweenPoints, bool checkBoundary) 
        {
            this.checkBoundary = checkBoundary;
            this.mindDistBetweenPoints = mindDistBetweenPoints;
        }