C# Class ProtImage.CZ3Parser

Inheritance: CZParserBase
Afficher le fichier Open project: wetor/LucaSystemTools

Méthodes publiques

Méthode Description
CZ3ToPng ( string infile ) : void
FileExport ( string name, string outpath = null ) : void
FileImport ( string name, string outpath = null ) : void
PngToCZ3 ( string outfile ) : void

Private Methods

Méthode Description
Export ( Array Texture ) : Bitmap

Method Details

CZ3ToPng() public méthode

public CZ3ToPng ( string infile ) : void
infile string
Résultat void

FileExport() public méthode

public FileExport ( string name, string outpath = null ) : void
name string
outpath string
Résultat void

FileImport() public méthode

public FileImport ( string name, string outpath = null ) : void
name string
outpath string
Résultat void

PngToCZ3() public méthode

public PngToCZ3 ( string outfile ) : void
outfile string
Résultat void