C# Class Paint.FilenameResolver

FilenameResolver
Inheritance: IFilenameResolver
Afficher le fichier Open project: RandolphBurt/MonoGame-iOS-SimplePaint

Méthodes publiques

Méthode Description
FilenameResolver ( System.Guid pictureId, string imageDataPath, string masterImageFolder ) : System

Initializes a new instance of the Paint.FilenameResolver class.

ImageSavePointFilename ( int savepoint ) : string

Determines the filename to use for a 'save point' image (one of the undo/redo render targets)

MasterCanvasRecorderFilename ( int savepoint ) : string

Determines the filename to use for a 'save point' playback file associated with one of the undo/redo render targets

WorkingCanvasRecorderFilename ( int savepoint ) : string

Determines the filename to use for a 'save point' playback file associated with one of the undo/redo render targets

Method Details

FilenameResolver() public méthode

Initializes a new instance of the Paint.FilenameResolver class.
public FilenameResolver ( System.Guid pictureId, string imageDataPath, string masterImageFolder ) : System
pictureId System.Guid Picture identifier.
imageDataPath string
masterImageFolder string
Résultat System

ImageSavePointFilename() public méthode

Determines the filename to use for a 'save point' image (one of the undo/redo render targets)
public ImageSavePointFilename ( int savepoint ) : string
savepoint int save point id for this image - i.e location in the undo/redo chain
Résultat string

MasterCanvasRecorderFilename() public méthode

Determines the filename to use for a 'save point' playback file associated with one of the undo/redo render targets
public MasterCanvasRecorderFilename ( int savepoint ) : string
savepoint int save point id for this image - i.e location in the undo/redo chain
Résultat string

WorkingCanvasRecorderFilename() public méthode

Determines the filename to use for a 'save point' playback file associated with one of the undo/redo render targets
public WorkingCanvasRecorderFilename ( int savepoint ) : string
savepoint int save point id for this image - i.e location in the undo/redo chain
Résultat string