Exemplo n.º 1
0
 public int CalculateBoxAt(int shti, string text, double x, double y, double rotation, double height, int mode, int style,
                           string fontname, int just, int balloon, ref object bx, ref object by)
 {
     return(ComObject.CalculateBoxAt(shti, text, x, y, rotation, height, mode, style, fontname, just, balloon, ref bx, ref by));
 }