프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Args | object[] | ||
Color | Color | ||
S | string | ||
X | int |
메소드 | 설명 | |
---|---|---|
StringData ( int x, int y, string s, object args ) : System | ||
StringData ( int x, int y, string s, object args, Color color ) : System |
public StringData ( int x, int y, string s, object args ) : System | ||
x | int | |
y | int | |
s | string | |
args | object | |
리턴 | System |
public StringData ( int x, int y, string s, object args, Color color ) : System | ||
x | int | |
y | int | |
s | string | |
args | object | |
color | Color | |
리턴 | System |