C# Class rat.prImg

Afficher le fichier Open project: gruebait/packrat Class Usage Examples

Méthodes publiques

Méthode Description
prImg ( string path, Image org, int idx ) : System
save ( string basePath ) : void
saveMips ( string basePath, int mipLevel ) : void

Method Details

prImg() public méthode

public prImg ( string path, Image org, int idx ) : System
path string
org Image
idx int
Résultat System

save() public méthode

public save ( string basePath ) : void
basePath string
Résultat void

saveMips() public méthode

public saveMips ( string basePath, int mipLevel ) : void
basePath string
mipLevel int
Résultat void