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
|
public FilenameResolver ( System.Guid pictureId, string imageDataPath, string masterImageFolder ) : System | ||
pictureId | System.Guid | Picture identifier. |
imageDataPath | string | |
masterImageFolder | string | |
return | System |
public ImageSavePointFilename ( int savepoint ) : string | ||
savepoint | int | save point id for this image - i.e location in the undo/redo chain |
return | string |
public MasterCanvasRecorderFilename ( int savepoint ) : string | ||
savepoint | int | save point id for this image - i.e location in the undo/redo chain |
return | string |
public WorkingCanvasRecorderFilename ( int savepoint ) : string | ||
savepoint | int | save point id for this image - i.e location in the undo/redo chain |
return | string |