C# Class Mono.Terminal.TrimLabel

A label that can be trimmed to a given position
Just like a label, but it can be trimmed to a given position if the text being displayed overflows the specified width.
Inheritance: Label
Afficher le fichier Open project: mono/mono-curses

Méthodes publiques

Méthode Description
DoSizeChanged ( ) : void
TrimLabel ( int x, int y, int w, string s ) : System

Public constructor.

Private Methods

Méthode Description
SetString ( int w, string s ) : void

Method Details

DoSizeChanged() public méthode

public DoSizeChanged ( ) : void
Résultat void

TrimLabel() public méthode

Public constructor.
public TrimLabel ( int x, int y, int w, string s ) : System
x int
y int
w int
s string
Résultat System