示例#1
0
 public void DrawString(string s, float x, float y)
 {
     _eshape.DrawString(s, x, y);
 }
示例#2
0
 public float[] DrawString(string s, float x, float y)
 {
     return(_eshape.DrawString(s, x, y));
 }