当前位置:网站首页>Richview trvunits image display units
Richview trvunits image display units
2022-07-05 01:48:00 【lyhoo163】
RichView TRVUnits Image display unit
stay RichViewk in , There are many kinds of units used , Make sure that , Otherwise, in case of deviation , You still don't know the source of the problem .
RichViewk Statement of :
type
TRVUnits = (rvuInches, rvuCentimeters, rvuMillimeters, rvuPicas, rvuPixels, rvuPoints);
value Value Meaning Meaning
rvuInches Inch ,1 Inch = 2.54 centimeter
rvuCentimeters centimeter
rvuMillimeters mm
rvuPicas pica ( Print letter size and line length unit )
1 pica = 1/6 Inch = 12 points.
rvuPixels Pixels
1 pixel = 1/TRVStyle.UnitsPerInch of an inch.
( Usually it is 1/96 Inch , Usually 1 Inch has 96pixel)
rvuPoints Point or point value ( For typesetting )
1 point = 1/72 Inch
The above units , Different occasions , Different units used . Are all European habits .
In actual use , I usually convert it into centimeters . The proportion , For image display ,RicjView Use Pixels, In practice , The conversion is as follows :
iH:=8; // Image height cm
iW:=3; // The image is cm wide
iHeight:=Trunc(96*iH/2.45); // Cm to pixel
iWidth:=Trunc(96*iW/2.45); // Cm to pixel
边栏推荐
- Change the background color of a pop-up dialog
- PHP 约瑟夫环问题
- 187. Repeated DNA sequence - with unordered_ Map basic content
- DOM basic syntax
- Database postragesql client authentication
- MySQL backup and recovery + experiment
- Practice of tdengine in TCL air conditioning energy management platform
- How to build a technical team that will bring down the company?
- Wechat applet: exclusive applet version of the whole network, independent wechat community contacts
- 微信小程序:最新wordpress黑金壁纸微信小程序 二开修复版源码下载支持流量主收益
猜你喜欢
[CTF] AWDP summary (WEB)
One plus six brushes into Kali nethunter
Express routing, express middleware, using express write interface
Mysql database | build master-slave instances of mysql-8.0 or above based on docker
Yyds dry inventory swagger positioning problem ⽅ formula
Nebula importer data import practice
小程序容器技术与物联网 IoT 可以碰撞出什么样的火花
. Net starts again happy 20th birthday
Subject 3 how to turn on the high beam diagram? Is the high beam of section 3 up or down
Main window in QT application
随机推荐
Win:使用 Shadow Mode 查看远程用户的桌面会话
MATLB|多微电网及分布式能源交易
Interpretation of mask RCNN paper
Pytorch fine tuning (Fortune): hollowed out design or cheating
微信小程序:全网独家小程序版本独立微信社群人脉
PowerShell: use PowerShell behind the proxy server
Yyds dry inventory jetpack hit dependency injection framework Getting Started Guide
One click generation and conversion of markdown directory to word format
JVM's responsibility - load and run bytecode
Database postragesq role membership
线上故障突突突?如何紧急诊断、排查与恢复
Blue Bridge Cup Square filling (DFS backtracking)
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Do you know the eight signs of a team becoming agile?
MATLB | multi micro grid and distributed energy trading
Vulnstack3
One plus six brushes into Kali nethunter
[Digital IC hand tearing code] Verilog edge detection circuit (rising edge, falling edge, double edge) | topic | principle | design | simulation
Main window in QT application
MySQL regexp: Regular Expression Query