SetPosition() публичный Метод

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Результат bool
Пример #1
0
 public virtual bool SetPosition(int x, int y, Atk.CoordType coordType)
 {
     return(componentExpert.SetPosition(x, y, coordType));
 }