SetAspectRatio() public static method

public static SetAspectRatio ( int width, int height ) : void
width int
height int
return void
Beispiel #1
0
 public static void SetAspectRatio(int width, int height, params FBScreen.Layout[] layoutParams)
 {
     FBScreen.SetAspectRatio(width, height, layoutParams);
 }
Beispiel #2
0
 public static void SetAspectRatio(int width, int height)
 {
     FBScreen.SetAspectRatio(width, height);
 }