C# Class XSpect.ConsoleEx.Region

Afficher le fichier Open project: takeshik/ConsoleEx

Méthodes publiques

Méthode Description
BringToFront ( ) : void
FixStateFromConsole ( ) : void
Insert ( String str, Int32 index ) : void
IsInside ( Int32 left, Int32 top ) : System.Boolean
IsInside ( Position position ) : System.Boolean
IsVisible ( Int32 left, Int32 top ) : System.Boolean
IsVisible ( Position position ) : System.Boolean
ReadKeys ( System.Boolean intercept ) : IObservable
ReadKeys ( IDictionary actions, Action fallback = null ) : IObservable
Region ( String id, Int32 left, Int32 top, Int32 width, Int32 height, RegionMode mode ) : System
Relative ( Int32 left, Int32 top ) : Position
SendToBack ( ) : void
Write ( String str ) : void

Private Methods

Méthode Description
FixStateToConsole ( ) : void
GetWidth ( Char c ) : Int32
GetWidth ( IEnumerable chars ) : Int32

Method Details

BringToFront() public méthode

public BringToFront ( ) : void
Résultat void

FixStateFromConsole() public méthode

public FixStateFromConsole ( ) : void
Résultat void

Insert() public méthode

public Insert ( String str, Int32 index ) : void
str String
index System.Int32
Résultat void

IsInside() public méthode

public IsInside ( Int32 left, Int32 top ) : System.Boolean
left System.Int32
top System.Int32
Résultat System.Boolean

IsInside() public méthode

public IsInside ( Position position ) : System.Boolean
position Position
Résultat System.Boolean

IsVisible() public méthode

public IsVisible ( Int32 left, Int32 top ) : System.Boolean
left System.Int32
top System.Int32
Résultat System.Boolean

IsVisible() public méthode

public IsVisible ( Position position ) : System.Boolean
position Position
Résultat System.Boolean

ReadKeys() public méthode

public ReadKeys ( System.Boolean intercept ) : IObservable
intercept System.Boolean
Résultat IObservable

ReadKeys() public méthode

public ReadKeys ( IDictionary actions, Action fallback = null ) : IObservable
actions IDictionary
fallback Action
Résultat IObservable

Region() public méthode

public Region ( String id, Int32 left, Int32 top, Int32 width, Int32 height, RegionMode mode ) : System
id String
left System.Int32
top System.Int32
width System.Int32
height System.Int32
mode RegionMode
Résultat System

Relative() public méthode

public Relative ( Int32 left, Int32 top ) : Position
left System.Int32
top System.Int32
Résultat Position

SendToBack() public méthode

public SendToBack ( ) : void
Résultat void

Write() public méthode

public Write ( String str ) : void
str String
Résultat void