C# Class Windower.Text

Inheritance: IDisposable
Afficher le fichier Open project: Windower/Helper

Méthodes publiques

Méthode Description
Dispose ( ) : void
Hide ( ) : void
HideBackground ( ) : void
SetAlignment ( TextAlignment alignment ) : void
SetBackground ( byte red, byte green, byte blue ) : void
SetBackground ( byte red, byte green, byte blue, byte alpha ) : void
SetFont ( string typeface, float size ) : void
SetForeground ( byte red, byte green, byte blue ) : void
SetForeground ( byte red, byte green, byte blue, byte alpha ) : void
SetLocation ( int x, int y ) : void
SetPadding ( float pixels ) : void
SetStyle ( FontStyles style ) : void
SetText ( string text ) : void
SetWeight ( FontWeight weight ) : void
Show ( ) : void
ShowBackground ( ) : void
Text ( Instance instance, string name ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

HideBackground() public méthode

public HideBackground ( ) : void
Résultat void

SetAlignment() public méthode

public SetAlignment ( TextAlignment alignment ) : void
alignment TextAlignment
Résultat void

SetBackground() public méthode

public SetBackground ( byte red, byte green, byte blue ) : void
red byte
green byte
blue byte
Résultat void

SetBackground() public méthode

public SetBackground ( byte red, byte green, byte blue, byte alpha ) : void
red byte
green byte
blue byte
alpha byte
Résultat void

SetFont() public méthode

public SetFont ( string typeface, float size ) : void
typeface string
size float
Résultat void

SetForeground() public méthode

public SetForeground ( byte red, byte green, byte blue ) : void
red byte
green byte
blue byte
Résultat void

SetForeground() public méthode

public SetForeground ( byte red, byte green, byte blue, byte alpha ) : void
red byte
green byte
blue byte
alpha byte
Résultat void

SetLocation() public méthode

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

SetPadding() public méthode

public SetPadding ( float pixels ) : void
pixels float
Résultat void

SetStyle() public méthode

public SetStyle ( FontStyles style ) : void
style FontStyles
Résultat void

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void

SetWeight() public méthode

public SetWeight ( FontWeight weight ) : void
weight FontWeight
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

ShowBackground() public méthode

public ShowBackground ( ) : void
Résultat void

Text() public méthode

public Text ( Instance instance, string name ) : System
instance Instance
name string
Résultat System