C# 클래스 ThoNohT.NohBoard.Keyboard.KeyboardDefinition

파일 보기 프로젝트 열기: ThoNohT/NohBoard 1 사용 예제들

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