_Global.PicasToPoints(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 method returns the converted measurement as a Single.