_Application.PicasToPoints(Single) Method

Definition

Converts a measurement from picas to points (1 pica = 12 points).

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

Parameters

Picas
Single

Required Single. The pica value to be converted to points.

Returns

Remarks

This property returns the converted measurement as a Single.

Applies to