当前位置:网站首页>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
边栏推荐
- RichView TRVUnits 图像显示单位
- 19. Delete the penultimate node of the linked list
- Database postragesq BSD authentication
- Limited query of common SQL operations
- Heartless sword English translation of Xi Murong's youth without complaint
- One click generation and conversion of markdown directory to word format
- pytorch fine-tuning (funtune) : 镂空设计or 偷梁换柱
- Database postragesql client authentication
- 微信小程序:全网独家小程序版本独立微信社群人脉
- Wechat applet: wechat applet source code download new community system optimized version support agent member system function super high income
猜你喜欢

The MySQL team development specifications used by various factories are too detailed. It is recommended to collect them!

How to safely eat apples on the edge of a cliff? Deepmind & openai gives the answer of 3D security reinforcement learning

Roads and routes -- dfs+topsort+dijkstra+ mapping

The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety

Wechat applet: new independent backstage Yuelao office one yuan dating blind box

如何做一个炫酷的墨水屏电子钟?

Stored procedure and stored function in Oracle

Mysql database | build master-slave instances of mysql-8.0 or above based on docker

微信小程序:全网独家小程序版本独立微信社群人脉

如何搭建一支搞垮公司的技术团队?
随机推荐
The MySQL team development specifications used by various factories are too detailed. It is recommended to collect them!
PowerShell:在代理服务器后面使用 PowerShell
Incremental backup? db full
Redis' hyperloglog as a powerful tool for active user statistics
力扣剑指offer——二叉树篇
[Chongqing Guangdong education] National Open University spring 2019 1042 international economic law reference questions
Database postragesql client connection default
JVM - when multiple threads initialize the same class, only one thread is allowed to initialize
PHP Basics - detailed explanation of DES encryption and decryption in PHP
【LeetCode】88. Merge two ordered arrays
微信小程序;胡言乱语生成器
Five ways to query MySQL field comments!
172. Zero after factorial
RichView TRVStyle MainRVStyle
ICSI 311 Parser
pytorch fine-tuning (funtune) : 镂空设计or 偷梁换柱
Interesting practice of robot programming 14 robot 3D simulation (gazebo+turtlebot3)
Interpretation of mask RCNN paper
Pytorch fine tuning (Fortune): hollowed out design or cheating
MySQL REGEXP:正则表达式查询