C# 클래스 PixelArtUpScaler.Vectorization.Curve

파일 보기 프로젝트 열기: michaelrbk/pixelart-vectorizer

공개 메소드들

메소드 설명
Curve ( ArrayList curveOfEdges, Color c ) : System
ToString ( ) : string
curveSize ( ) : double
curveToPoints ( ) : ArrayList

메소드 상세

Curve() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

curveSize() 공개 메소드

public curveSize ( ) : double
리턴 double

curveToPoints() 공개 메소드

public curveToPoints ( ) : ArrayList
리턴 System.Collections.ArrayList