GetImageSize() public method

public GetImageSize ( int &width, int &height ) : void
width int
height int
return void
Beispiel #1
0
 public void GetImageSize(out int width, out int height)
 {
     imageExpert.GetImageSize(out width, out height);
 }
Beispiel #2
0
 public void GetImageSize(out int width, out int height)
 {
     imageImplementor.GetImageSize(out width, out height);
 }