_Application.CentimetersToPoints(Single) 方法

定义

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

public:
 float CentimetersToPoints(float Centimeters);
public float CentimetersToPoints (float Centimeters);
abstract member CentimetersToPoints : single -> single
Public Function CentimetersToPoints (Centimeters As Single) As Single

参数

Centimeters
Single

必需 单一。 要转换为磅的厘米值。

返回

注解

返回已转换为一个 单一 测量。

适用于