C# Class PixelArtUpScaler.SvgVector

Afficher le fichier Open project: michaelrbk/pixelart-vectorizer Class Usage Examples

Méthodes publiques

Свойство Type Description
DrawCellBorder bool
DrawEdges bool
DrawNewCells bool
DrawNewControlPoints bool
DrawPixelArt bool
DrawValence bool
DrawVertex bool
Height int
Width int
scale int

Méthodes publiques

Méthode Description
ToNewEdges ( EdgeTag>.UndirectedGraph g, string fileName = "image.svg" ) : String
toImageSVG ( EdgeTag>.UndirectedGraph g, string fileName = "image.svg" ) : String

Private Methods

Méthode Description
NewImage ( EdgeTag>.UndirectedGraph g, System.Drawing.Shapes shapes, string fileName = "image.svg" ) : string
ToCurves ( System curves, string fileName = "image.svg" ) : string
catmullRom2bezier ( System points ) : String

Method Details

ToNewEdges() public méthode

public ToNewEdges ( EdgeTag>.UndirectedGraph g, string fileName = "image.svg" ) : String
g EdgeTag>.UndirectedGraph
fileName string
Résultat String

toImageSVG() public méthode

public toImageSVG ( EdgeTag>.UndirectedGraph g, string fileName = "image.svg" ) : String
g EdgeTag>.UndirectedGraph
fileName string
Résultat String

Property Details

DrawCellBorder public_oe property

public bool DrawCellBorder
Résultat bool

DrawEdges public_oe property

public bool DrawEdges
Résultat bool

DrawNewCells public_oe property

public bool DrawNewCells
Résultat bool

DrawNewControlPoints public_oe property

public bool DrawNewControlPoints
Résultat bool

DrawPixelArt public_oe property

public bool DrawPixelArt
Résultat bool

DrawValence public_oe property

public bool DrawValence
Résultat bool

DrawVertex public_oe property

public bool DrawVertex
Résultat bool

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int

scale public_oe property

public int scale
Résultat int