C# 클래스 Windower.Text

상속: IDisposable
파일 보기 프로젝트 열기: Windower/Helper

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

HideBackground() 공개 메소드

public HideBackground ( ) : void
리턴 void

SetAlignment() 공개 메소드

public SetAlignment ( TextAlignment alignment ) : void
alignment TextAlignment
리턴 void

SetBackground() 공개 메소드

public SetBackground ( byte red, byte green, byte blue ) : void
red byte
green byte
blue byte
리턴 void

SetBackground() 공개 메소드

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

SetFont() 공개 메소드

public SetFont ( string typeface, float size ) : void
typeface string
size float
리턴 void

SetForeground() 공개 메소드

public SetForeground ( byte red, byte green, byte blue ) : void
red byte
green byte
blue byte
리턴 void

SetForeground() 공개 메소드

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

SetLocation() 공개 메소드

public SetLocation ( int x, int y ) : void
x int
y int
리턴 void

SetPadding() 공개 메소드

public SetPadding ( float pixels ) : void
pixels float
리턴 void

SetStyle() 공개 메소드

public SetStyle ( FontStyles style ) : void
style FontStyles
리턴 void

SetText() 공개 메소드

public SetText ( string text ) : void
text string
리턴 void

SetWeight() 공개 메소드

public SetWeight ( FontWeight weight ) : void
weight FontWeight
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

ShowBackground() 공개 메소드

public ShowBackground ( ) : void
리턴 void

Text() 공개 메소드

public Text ( Instance instance, string name ) : System
instance Instance
name string
리턴 System