C# Class PixelArtUpScaler.Vectorization.Curve

Show file Open project: michaelrbk/pixelart-vectorizer

Public Methods

Method Description
Curve ( ArrayList curveOfEdges, Color c ) : System
ToString ( ) : string
curveSize ( ) : double
curveToPoints ( ) : ArrayList

Method Details

Curve() public method

public Curve ( ArrayList curveOfEdges, Color c ) : System
curveOfEdges System.Collections.ArrayList
c Color
return System

ToString() public method

public ToString ( ) : string
return string

curveSize() public method

public curveSize ( ) : double
return double

curveToPoints() public method

public curveToPoints ( ) : ArrayList
return System.Collections.ArrayList