_Application.PointsToCentimeters(Single) 方法

定义

将度量单位从磅转换为厘米 (1 厘米 = 28.35 磅)。

public:
 float PointsToCentimeters(float Points);
public float PointsToCentimeters (float Points);
abstract member PointsToCentimeters : single -> single
Public Function PointsToCentimeters (Points As Single) As Single

参数

Points
Single

必需 单一。 以磅为单位的度量值。

返回

注解

此方法以 单个方式返回转换后的度量值。

适用于