C# Class ThoNohT.NohBoard.Keyboard.KeyboardDefinition

Afficher le fichier Open project: ThoNohT/NohBoard Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

GetBoundingBox() public méthode

Calculates the bounding box of all elements in the keyboard definition.
public GetBoundingBox ( ) : Rectangle
Résultat System.Drawing.Rectangle

Load() public static méthode

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.
Résultat KeyboardDefinition

Save() public méthode

Saves this keyboard definition. The path is defined from the category and name of this keyboard.
public Save ( ) : void
Résultat void