当前位置:网站首页>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
边栏推荐
- Mysql database | build master-slave instances of mysql-8.0 or above based on docker
- 官宣!第三届云原生编程挑战赛正式启动!
- PowerShell:在代理服务器后面使用 PowerShell
- batchnorm. Py this file single GPU operation error solution
- Win:使用组策略启用和禁用 USB 驱动器
- What is the length of SHA512 hash string- What is the length of a hashed string with SHA512?
- Win: use PowerShell to check the strength of wireless signal
- Learn tla+ (XII) -- functions through examples
- Interesting practice of robot programming 15- autoavoidobstacles
- La jeunesse sans rancune de Xi Murong
猜你喜欢
Incremental backup? db full
phpstrom设置函数注释说明
Main window in QT application
DOM basic syntax
Kibana installation and configuration
runc hang 导致 Kubernetes 节点 NotReady
Mysql database | build master-slave instances of mysql-8.0 or above based on docker
Yyds dry inventory swagger positioning problem ⽅ formula
What sparks can applet container technology collide with IOT
小程序容器技术与物联网 IoT 可以碰撞出什么样的火花
随机推荐
When the industrial Internet era is truly developed and improved, it will witness the birth of giants in every scene
batchnorm.py这个文件单GPU运行报错解决
Application and Optimization Practice of redis in vivo push platform
What is the current situation and Prospect of the software testing industry in 2022?
微信小程序:全网独家小程序版本独立微信社群人脉
Wechat applet: Xingxiu UI v1.5 WordPress system information resources blog download applet wechat QQ dual end source code support WordPress secondary classification loading animation optimization
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Jcenter () cannot find Alibaba cloud proxy address
JVM - when multiple threads initialize the same class, only one thread is allowed to initialize
Classification of performance tests (learning summary)
Can financial products be redeemed in advance?
R语言用logistic逻辑回归和AFRIMA、ARIMA时间序列模型预测世界人口
RichView TRVStyle MainRVStyle
Win:将一般用户添加到 Local Admins 组中
Interpretation of mask RCNN paper
小程序容器技术与物联网 IoT 可以碰撞出什么样的火花
Hedhat firewall
MATLB | multi micro grid and distributed energy trading
After reading the average code written by Microsoft God, I realized that I was still too young
Stored procedure and stored function in Oracle