C# Класс RPS.Constants

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FileNodesDefinition DBTableDefinition
MetadataDefinition DBTableDefinition
SettingsDefinition DBTableDefinition

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

Метод Описание
FitIntoBounds ( Rectangle image, Rectangle boundingBox, bool stretchSmall, bool cover ) : Rectangle
getDataFolder ( string filename ) : string
getDesktopBounds ( ) : Rectangle
getLocalAppDataFolder ( ) : string
getNiceVersion ( ) : string
getProgramDataFolder ( ) : string
getUpdateFolder ( ) : string
ratioFitIntoBounds ( Rectangle image, Rectangle boundingBox, bool stretchSmall, bool cover ) : double
requireFile ( string path ) : bool
requireFile ( string path, bool exitOnNotFound ) : bool
selectProgramAppDataFolder ( string filename ) : string

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

FitIntoBounds() публичный статический Метод

public static FitIntoBounds ( Rectangle image, Rectangle boundingBox, bool stretchSmall, bool cover ) : Rectangle
image System.Drawing.Rectangle
boundingBox System.Drawing.Rectangle
stretchSmall bool
cover bool
Результат System.Drawing.Rectangle

getDataFolder() публичный статический Метод

public static getDataFolder ( string filename ) : string
filename string
Результат string

getDesktopBounds() публичный статический Метод

public static getDesktopBounds ( ) : Rectangle
Результат Rectangle

getLocalAppDataFolder() публичный статический Метод

public static getLocalAppDataFolder ( ) : string
Результат string

getNiceVersion() публичный статический Метод

public static getNiceVersion ( ) : string
Результат string

getProgramDataFolder() публичный статический Метод

public static getProgramDataFolder ( ) : string
Результат string

getUpdateFolder() публичный статический Метод

public static getUpdateFolder ( ) : string
Результат string

ratioFitIntoBounds() публичный статический Метод

public static ratioFitIntoBounds ( Rectangle image, Rectangle boundingBox, bool stretchSmall, bool cover ) : double
image Rectangle
boundingBox Rectangle
stretchSmall bool
cover bool
Результат double

requireFile() публичный статический Метод

public static requireFile ( string path ) : bool
path string
Результат bool

requireFile() публичный статический Метод

public static requireFile ( string path, bool exitOnNotFound ) : bool
path string
exitOnNotFound bool
Результат bool

selectProgramAppDataFolder() публичный статический Метод

public static selectProgramAppDataFolder ( string filename ) : string
filename string
Результат string

Описание свойств

FileNodesDefinition публичное статическое свойство

public static DBTableDefinition,RPS FileNodesDefinition
Результат DBTableDefinition

MetadataDefinition публичное статическое свойство

public static DBTableDefinition,RPS MetadataDefinition
Результат DBTableDefinition

SettingsDefinition публичное статическое свойство

public static DBTableDefinition SettingsDefinition
Результат DBTableDefinition