Пример #1
0
 public Vec2 ClientToScreen(Vec2 v)
 {
     Imports.ClientToScreen(this.handle, ref v);
     return(v);
 }