winfrom 获取当前屏幕尺寸

2020-12-13 02:08

阅读:277

标签:c   style   a   color   int   width   

获取当前工作区宽度和高度(工作区不包含状态栏)

            int ScreenWidth = Screen.PrimaryScreen.WorkingArea.Width;

            int ScreenHeight = Screen.PrimaryScreen.WorkingArea.Height;

winfrom 获取当前屏幕尺寸,搜素材,soscw.com

winfrom 获取当前屏幕尺寸

标签:c   style   a   color   int   width   

原文地址:http://www.cnblogs.com/zhaoqiangxiaoxiao/p/3759542.html


评论


亲,登录后才可以留言!