C# Class PixelArtUpScaler.Vectorization.Curve

Afficher le fichier Open project: michaelrbk/pixelart-vectorizer

Méthodes publiques

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

Method Details

Curve() public méthode

public Curve ( ArrayList curveOfEdges, Color c ) : System
curveOfEdges System.Collections.ArrayList
c Color
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

curveSize() public méthode

public curveSize ( ) : double
Résultat double

curveToPoints() public méthode

public curveToPoints ( ) : ArrayList
Résultat System.Collections.ArrayList