From 767e3abed9c1e9a831a90357ee046a24b3a161b9 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 14 七月 2020 17:21:49 +0800 Subject: [PATCH] 2020-07-14-3 --- Shared.IOS/UI/Camera.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shared.IOS/UI/Camera.cs b/Shared.IOS/UI/Camera.cs index 7f4fba4..5c51f5f 100644 --- a/Shared.IOS/UI/Camera.cs +++ b/Shared.IOS/UI/Camera.cs @@ -42,7 +42,7 @@ tempPhoto = rotateImage(tempPhoto); var width = tempPhoto.CGImage.Width; var height = tempPhoto.CGImage.Height; - //System.Console.WriteLine("鍘熷搴�=" + width + "楂樺害=" + height); + //Shared.HDLUtils.WriteLine("鍘熷搴�=" + width + "楂樺害=" + height); nfloat noScale = width / height; nfloat scale = 16.0f / 9.0f; @@ -69,7 +69,7 @@ // 鍏抽棴涓婁笅鏂� - //System.Console.WriteLine("鏀瑰彉鍚庣殑瀹藉害=" + newImage.Size.Width + "楂樺害=" + newImage.Size.Height); + //Shared.HDLUtils.WriteLine("鏀瑰彉鍚庣殑瀹藉害=" + newImage.Size.Width + "楂樺害=" + newImage.Size.Height); string tempFilePath = System.IO.Path.Combine(Application.RootPath, _fileName); NSError err = null; float f = 0.1f; @@ -89,7 +89,7 @@ } else { - Console.WriteLine("淇濆瓨鍥剧墖澶�"); + Shared.HDLUtils.WriteLine("淇濆瓨鍥剧墖澶�"); } newImage.Dispose(); _callback?.Invoke(tempFilePath); -- Gitblit v1.8.0