_Global.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

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

返回

注解

此属性以 Single 的形式返回转换后的度量值。

适用于