コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <summary>
 /// Get the size of the application screen
 /// </summary>
 /// <returns>x value of coordinate gives the width, y gives the height</returns>
 public static SnapsCoordinate GetScreenSize()
 {
     return(manager.GetScreenSize());
 }