메소드 | 설명 | |
---|---|---|
DeleteSelectedText ( ) : void | ||
Draw ( ) : void | ||
Initialize ( string text, int x, int y, int width, int height, bool isReadOnly, |
||
KeyDown ( KeyboardInputEventArgs e ) : bool | ||
MouseDown ( int x, int y ) : bool | ||
MouseUp ( int x, int y ) : bool | ||
MoveTo ( int x, int y ) : void | ||
ReplaceSelectedText ( string replacement ) : void | ||
Select ( ) : void | ||
SetReadOnly ( bool readOnly ) : void | ||
SetText ( string text ) : void | ||
SetTextAttributes ( Color color, Color outline ) : void | ||
Update ( float frameDeltaTime ) : void |
메소드 | 설명 | |
---|---|---|
DrawHighlight ( float x, float y ) : void |
public Initialize ( string text, int x, int y, int width, int height, bool isReadOnly, |
||
text | string | |
x | int | |
y | int | |
width | int | |
height | int | |
isReadOnly | bool | |
r | ||
reason | string | |
리턴 | bool |
public KeyDown ( KeyboardInputEventArgs e ) : bool | ||
e | KeyboardInputEventArgs | |
리턴 | bool |
public ReplaceSelectedText ( string replacement ) : void | ||
replacement | string | |
리턴 | void |
public SetTextAttributes ( Color color, Color outline ) : void | ||
color | Color | |
outline | Color | |
리턴 | void |