_Application.PicasToPoints(Single) 方法

定义

将从十二点活字度量转换为磅 (1 派卡 = 12 磅)。

public:
 float PicasToPoints(float Picas);
public float PicasToPoints (float Picas);
abstract member PicasToPoints : single -> single
Public Function PicasToPoints (Picas As Single) As Single

参数

Picas
Single

必需 单一。 要转换为磅值的十二点活字值。

返回

注解

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

适用于