Method | Description | |
---|---|---|
BringToFront ( ) : void | ||
FixStateFromConsole ( ) : void | ||
Insert ( String str, |
||
IsInside ( |
||
IsInside ( Position position ) : System.Boolean | ||
IsVisible ( |
||
IsVisible ( Position position ) : System.Boolean | ||
ReadKeys ( System.Boolean intercept ) : IObservable |
||
ReadKeys ( IDictionary |
||
Region ( String id, |
||
Relative ( |
||
SendToBack ( ) : void | ||
Write ( String str ) : void |
Method | Description | |
---|---|---|
FixStateToConsole ( ) : void | ||
GetWidth ( Char c ) : |
||
GetWidth ( IEnumerable |
public Insert ( String str, |
||
str | String | |
index | ||
return | void |
public IsInside ( |
||
left | ||
top | ||
return | System.Boolean |
public IsInside ( Position position ) : System.Boolean | ||
position | Position | |
return | System.Boolean |
public IsVisible ( |
||
left | ||
top | ||
return | System.Boolean |
public IsVisible ( Position position ) : System.Boolean | ||
position | Position | |
return | System.Boolean |
public ReadKeys ( System.Boolean intercept ) : IObservable |
||
intercept | System.Boolean | |
return | IObservable |
public ReadKeys ( IDictionary |
||
actions | IDictionary |
|
fallback | Action |
|
return | IObservable |
public Region ( String id, |
||
id | String | |
left | ||
top | ||
width | ||
height | ||
mode | ||
return | System |
public Relative ( |
||
left | ||
top | ||
return | Position |