Property | Type | Description | |
---|---|---|---|
Args | object[] | ||
Color | Color | ||
S | string | ||
X | int |
Method | Description | |
---|---|---|
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 | |
return | System |
public StringData ( int x, int y, string s, object args, Color color ) : System | ||
x | int | |
y | int | |
s | string | |
args | object | |
color | Color | |
return | System |