C# Class PowerArgs.Cli.ConsoleBitmap

Inheritance: Rectangular
Afficher le fichier Open project: adamabdelhamed/PowerArgs Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleBitmap ( Rectangle bounds, ConsoleCharacter bg = null ) : System
ConsoleBitmap ( int x, int y, int w, int h, ConsoleCharacter bg = null ) : System
CreateSnapshot ( ) : ConsoleSnapshot
DrawLine ( int x1, int y1, int x2, int y2 ) : void
DrawPoint ( int x, int y ) : void
DrawRect ( int x, int y, int w, int h ) : void
DrawString ( ConsoleString str, int x, int y, bool vert = false ) : void
DrawString ( string str, int x, int y, bool vert = false ) : void
FillRect ( int x, int y, int w, int h ) : void
GetDisposableLock ( ) : IDisposable
GetPixel ( int x, int y ) : ConsolePixel
GetScope ( ) : Rectangle
Invalidate ( ) : void
Lock ( ) : void
Paint ( ) : void
Rescope ( int xIncrement, int yIncrement, int w, int h ) : void
Resize ( int w, int h ) : void
Scope ( Rectangle bounds ) : void
ToString ( ) : string
Unlock ( bool paint = true ) : void

Private Methods

Méthode Description
CreateWiper ( ) : ConsoleWiper
DrawPixel ( int x, int y, ConsolePixel pixel, ConsoleCharacter value ) : void
IsInBounds ( int x, int y ) : bool
IsInScope ( int x, int y ) : bool

Method Details

ConsoleBitmap() public méthode

public ConsoleBitmap ( Rectangle bounds, ConsoleCharacter bg = null ) : System
bounds Rectangle
bg ConsoleCharacter
Résultat System

ConsoleBitmap() public méthode

public ConsoleBitmap ( int x, int y, int w, int h, ConsoleCharacter bg = null ) : System
x int
y int
w int
h int
bg ConsoleCharacter
Résultat System

CreateSnapshot() public méthode

public CreateSnapshot ( ) : ConsoleSnapshot
Résultat ConsoleSnapshot

DrawLine() public méthode

public DrawLine ( int x1, int y1, int x2, int y2 ) : void
x1 int
y1 int
x2 int
y2 int
Résultat void

DrawPoint() public méthode

public DrawPoint ( int x, int y ) : void
x int
y int
Résultat void

DrawRect() public méthode

public DrawRect ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
Résultat void

DrawString() public méthode

public DrawString ( ConsoleString str, int x, int y, bool vert = false ) : void
str ConsoleString
x int
y int
vert bool
Résultat void

DrawString() public méthode

public DrawString ( string str, int x, int y, bool vert = false ) : void
str string
x int
y int
vert bool
Résultat void

FillRect() public méthode

public FillRect ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
Résultat void

GetDisposableLock() public méthode

public GetDisposableLock ( ) : IDisposable
Résultat IDisposable

GetPixel() public méthode

public GetPixel ( int x, int y ) : ConsolePixel
x int
y int
Résultat ConsolePixel

GetScope() public méthode

public GetScope ( ) : Rectangle
Résultat Rectangle

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

Lock() public méthode

public Lock ( ) : void
Résultat void

Paint() public méthode

public Paint ( ) : void
Résultat void

Rescope() public méthode

public Rescope ( int xIncrement, int yIncrement, int w, int h ) : void
xIncrement int
yIncrement int
w int
h int
Résultat void

Resize() public méthode

public Resize ( int w, int h ) : void
w int
h int
Résultat void

Scope() public méthode

public Scope ( Rectangle bounds ) : void
bounds Rectangle
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Unlock() public méthode

public Unlock ( bool paint = true ) : void
paint bool
Résultat void