C# Класс Paint.FilenameResolver

FilenameResolver
Наследование: IFilenameResolver
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

FilenameResolver() публичный Метод

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
Результат System

ImageSavePointFilename() публичный Метод

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
Результат string

MasterCanvasRecorderFilename() публичный Метод

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
Результат string

WorkingCanvasRecorderFilename() публичный Метод

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
Результат string