您的位置:首页 > 编程语言 > Java开发

java实现哈希表

2015-08-18 14:27 609 查看
//屏幕宽度
//double Screen_Width = System.Windows.Application.Current.Host.Content.ActualWidth;
//double a = System.Windows.Application.Current.RootVisual.RenderSize.Width;
var we = new System.Windows.Media.Imaging.WriteableBitmap(app, new ScaleTransform { ScaleX = 1, ScaleY = 1 });
var Screen_Height = we.PixelHeight;
var Screen_Width = we.PixelWidth;
Debug.WriteLine(Screen_Height + "==========abc=============" + Screen_Width);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: