示例#1
0
 public int Add(string text, float wraplimit, AlignMode align_type, float x, float y, float angle = 0, float sx = 1, float sy = 1, float ox = 0, float oy = 0, float kx = 0, float ky = 0)
 {
     return(Addf(ColoredStringArray.Create(text), wraplimit, align_type, x, y, angle, sx, sy, ox, oy, kx, ky));
 }
示例#2
0
 public int Add(string text, float x, float y, float angle = 0, float sx = 1, float sy = 1, float ox = 0, float oy = 0, float kx = 0, float ky = 0)
 {
     return(Add(ColoredStringArray.Create(text), x, y, angle, sx, sy, ox, oy, kx, ky));
 }