Method | Description | |
---|---|---|
CreateDocument ( string localFilePath ) : IDocument | ||
CreateDocumentEditor ( int docIndex, List |
||
DrawThumbnail ( IDocument doc, IGraphics g, |
||
GetThumbnailBackgroundColor ( |
||
OnFileSystemInitialized ( ) : void |
Called once everything is loaded
|
Method | Description | |
---|---|---|
Pluralize ( string word ) : string |
public CreateDocument ( string localFilePath ) : IDocument | ||
localFilePath | string | |
return | IDocument |
public CreateDocumentEditor ( int docIndex, List |
||
docIndex | int | |
docs | List |
|
return | IDocumentEditor |
public DrawThumbnail ( IDocument doc, IGraphics g, |
||
doc | IDocument | |
g | IGraphics | |
size | ||
theme | ||
return | void |
public GetThumbnailBackgroundColor ( |
||
theme | ||
return | Color |