C# Класс ThoNohT.NohBoard.Keyboard.KeyboardDefinition

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

Private Properties

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

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

Метод Описание
GetBoundingBox ( ) : Rectangle

Calculates the bounding box of all elements in the keyboard definition.

Load ( string category, string name ) : KeyboardDefinition

Loads a new keyboard definition.

Save ( ) : void

Saves this keyboard definition. The path is defined from the category and name of this keyboard.

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

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

Calculates the bounding box of all elements in the keyboard definition.
public GetBoundingBox ( ) : Rectangle
Результат System.Drawing.Rectangle

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

Loads a new keyboard definition.
public static Load ( string category, string name ) : KeyboardDefinition
category string The category to load the keyboard from.
name string The name of the keyboard to load.
Результат KeyboardDefinition

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

Saves this keyboard definition. The path is defined from the category and name of this keyboard.
public Save ( ) : void
Результат void