C# Class Paint.FilenameResolver

FilenameResolver
Inheritance: IFilenameResolver
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint

Public Methods

Method 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 method

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
return System

ImageSavePointFilename() public method

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
return string

MasterCanvasRecorderFilename() public method

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
return string

WorkingCanvasRecorderFilename() public method

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
return string