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

public GetImageSize ( int &width, int &height ) : void
width int
height int
Результат void
Пример #1
0
 public void GetImageSize(out int width, out int height)
 {
     imageExpert.GetImageSize(out width, out height);
 }
Пример #2
0
 public void GetImageSize(out int width, out int height)
 {
     imageImplementor.GetImageSize(out width, out height);
 }