C# 클래스 Paint.FilenameResolver

FilenameResolver
상속: IFilenameResolver
파일 보기 프로젝트 열기: RandolphBurt/MonoGame-iOS-SimplePaint

공개 메소드들

메소드 설명
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