C# Class Windower.Text

Inheritance: IDisposable
显示文件 Open project: Windower/Helper

Public Methods

Method 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 method

public Dispose ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

HideBackground() public method

public HideBackground ( ) : void
return void

SetAlignment() public method

public SetAlignment ( TextAlignment alignment ) : void
alignment TextAlignment
return void

SetBackground() public method

public SetBackground ( byte red, byte green, byte blue ) : void
red byte
green byte
blue byte
return void

SetBackground() public method

public SetBackground ( byte red, byte green, byte blue, byte alpha ) : void
red byte
green byte
blue byte
alpha byte
return void

SetFont() public method

public SetFont ( string typeface, float size ) : void
typeface string
size float
return void

SetForeground() public method

public SetForeground ( byte red, byte green, byte blue ) : void
red byte
green byte
blue byte
return void

SetForeground() public method

public SetForeground ( byte red, byte green, byte blue, byte alpha ) : void
red byte
green byte
blue byte
alpha byte
return void

SetLocation() public method

public SetLocation ( int x, int y ) : void
x int
y int
return void

SetPadding() public method

public SetPadding ( float pixels ) : void
pixels float
return void

SetStyle() public method

public SetStyle ( FontStyles style ) : void
style FontStyles
return void

SetText() public method

public SetText ( string text ) : void
text string
return void

SetWeight() public method

public SetWeight ( FontWeight weight ) : void
weight FontWeight
return void

Show() public method

public Show ( ) : void
return void

ShowBackground() public method

public ShowBackground ( ) : void
return void

Text() public method

public Text ( Instance instance, string name ) : System
instance Instance
name string
return System