Свойство | Type | Description | |
---|---|---|---|
GetBoundingBoxImpl |
Méthode | Description | |
---|---|---|
BordersWith ( |
Checks whether this key overlaps with another specified key definition.
|
|
GetBoundingBox ( ) : |
Returns the bounding box of this element.
|
|
Inside ( |
Calculates whether the specified point is inside this element.
|
|
UnionWith ( List |
Updates the key definition to occupy a region of itself plus the specified other keys.
|
Méthode | Description | |
---|---|---|
GetBackgroundBrush ( KeySubStyle subStyle, bool pressed ) : |
Rmeturns the background brush for the key.
|
|
GetPath ( ) : List |
Returns a Clipper recognized path for the boundaries of this key.
|
|
KeyDefinition ( int id, List |
Initializes a new instance of the KeyDefinition class. The position of the text is determined from the bounding box of the key. |
|
KeyDefinition ( int id, List |
Initializes a new instance of the KeyDefinition class.
|
Méthode | Description | |
---|---|---|
GetBoundingBoxImpl ( ) : |
Returns the bounding box of this element.
|
public BordersWith ( |
||
otherKey | The other key to check for overlapping on. | |
Résultat | bool |
protected GetBackgroundBrush ( KeySubStyle subStyle, bool pressed ) : |
||
subStyle | KeySubStyle | The substyle to use for rendering the key. |
pressed | bool | Whether the is pressed. |
Résultat |
public GetBoundingBox ( ) : |
||
Résultat |
public Inside ( |
||
point | The point. | |
Résultat | bool |
protected KeyDefinition ( int id, List |
||
id | int | The identifier of the key. |
boundaries | List |
The boundaries. |
keyCodes | List |
The keycodes. |
text | string | The text of the key. |
Résultat | System.Collections.Generic |
protected KeyDefinition ( int id, List |
||
id | int | The identifier of the key. |
boundaries | List |
The boundaries. |
keyCodes | List |
The keycodes. |
text | string | The text of the key. |
textPosition | TPoint | The position of the text. |
Résultat | System.Collections.Generic |
public abstract UnionWith ( List |
||
keys | List |
The keys to union with. |
Résultat |