C# 클래스 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.
상속: Label
파일 보기 프로젝트 열기: mono/mono-curses

공개 메소드들

메소드 설명
DoSizeChanged ( ) : void
TrimLabel ( int x, int y, int w, string s ) : System

Public constructor.

비공개 메소드들

메소드 설명
SetString ( int w, string s ) : void

메소드 상세

DoSizeChanged() 공개 메소드

public DoSizeChanged ( ) : void
리턴 void

TrimLabel() 공개 메소드

Public constructor.
public TrimLabel ( int x, int y, int w, string s ) : System
x int
y int
w int
s string
리턴 System