当前位置:网站首页>C print zoom
C print zoom
2022-06-23 07:58:00 【pcjiushizhu】
// If the print area width is larger than the paper , Zoom
int pWidth = m_pd.DefaultPageSettings.Bounds.Width;
int pHeight = m_pd.DefaultPageSettings.Bounds.Height;
g.DrawImage(m_displayArea,
new System.Drawing.Rectangle(0, 0, pWidth, pHeight),// Zoom map
new System.Drawing.Rectangle(0, 0, m_displayArea.Width, m_displayArea.Height),// Source graph
GraphicsUnit.Pixel);
边栏推荐
猜你喜欢
![[veusz] import 2D data in CSV](/img/22/467139f5a83ce9e88a57ced732d4d6.png)
[veusz] import 2D data in CSV

qt 不规则图形 消除锯齿

Friends of the week

Acwing第 56 場周賽【完結】

在kubernetes中部署kubersphere

【Try to Hack】ip地址

INT 104_LEC 06

vtk. JS left mouse button sliding to change window level and window width

Vs problems when connecting to SQL myconn OPen(); cannot execute

openvino系列 19. OpenVINO 与 PaddleOCR 实现视频实时OCR处理
随机推荐
Qt 使用QDomDocument读取xml文件
数学知识:快速幂求逆元—快速幂
Introduction to MySQL system tables
分布式ID生成
2. probability theory - axiom of probability theory
抓包发现tcp会话中老是出现重复的ack和大量的tcp重传——SACK(Selective Acknowledgment, 选择性确认)技术
Unity audio visualization scheme
数学知识:快速幂—快速幂
Acwing第 56 场周赛【完结】
C# richTextBox控制最大行数
聊聊服务治理中的路由设计
Decomposition - command injection
YGG 西班牙 subDAO——Ola GG 正式成立
To conquer salt fields and vegetable fields with AI, scientific and technological innovation should also step on the "field"
顺序表课设
socket编程——select模型
30 sets of report templates necessary for the workplace, meeting 95% of the report needs, and no code is required for one click application
google常用语法
SQL注入常用到的绕过方式-ctf
Guava cache usage summary