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

public CanZoom ( ) : bool
Результат bool
Пример #1
0
 public bool CanZoom()
 {
     return(mAttacher.CanZoom());
 }