_Global.LinesToPoints(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 lines to points (1 line = 12 points).
public:
float LinesToPoints(float Lines);
public float LinesToPoints (float Lines);
abstract member LinesToPoints : single -> single
Public Function LinesToPoints (Lines As Single) As Single
Parameters
- Lines
- Single
Required Single. The line value to be converted to points.
Returns
Remarks
This method returns the converted measurement as a Single.