当前位置:网站首页>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);
边栏推荐
- Query on the performance of multi table view in MySQL
- AVL树的实现
- Introduction to Excel VBA and practical examples
- INT 104_LEC 06
- Kwai 350014
- 2022山东大学软件学院软件项目管理期末考试(回忆版)
- YGG Spain subdao Ola GG officially established
- YGG 西班牙 subDAO——Ola GG 正式成立
- 【markdown】markdown 教程大归纳
- Design of temperature detection and alarm system based on 51 single chip microcomputer
猜你喜欢
three. Solution to stripe shadow and grid shadow in JS

转盘式视觉筛选机及其图像识别系统

Friends of the week

30 sets of report templates necessary for the workplace, meeting 95% of the report needs, and no code is required for one click application

在kubernetes中部署kubersphere

Playwirght getting started

Display proportion of sail soft accumulation diagram
![[veusz] import 2D data in CSV](/img/22/467139f5a83ce9e88a57ced732d4d6.png)
[veusz] import 2D data in CSV

The eighth experiment of hcip Road

Qt 使用QDomDocument读取xml文件
随机推荐
Matlab随机波动率SV、GARCH用MCMC马尔可夫链蒙特卡罗方法分析汇率时间序列
Introduction to MySQL system tables
MySQL slow query record
@Controller和@RestController的区别?
Tri rapide + Tri par bulle + Tri par insertion + Tri par sélection
HCIP之路
HCIP之路MPLS
Guava cache usage summary
HCIP之路第八次实验
openvino系列 19. OpenVINO 与 PaddleOCR 实现视频实时OCR处理
socket编程(多进程)
深度学习------卷积(conv2D)底层
测试apk-异常管控NetTraffic攻击者开发
30 sets of report templates necessary for the workplace, meeting 95% of the report needs, and no code is required for one click application
职场必备的30套报表模板,满足95%的报表需求,一键套用无需代码
vtk. JS left mouse button sliding to change window level and window width
在kubernetes中部署kubersphere
[markdown] markdown tutorial summary
firewalld 配置文件的位置
php序列化和反序列化-ctf