Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / UnitConverter Class / InchesToPoints Method
The value to be converted to points.


In This Topic
InchesToPoints Method
In This Topic
Converts a measurement from inches to points (1 inch = 72 points).
Syntax
'Declaration
 
Public Shared Function InchesToPoints( _
   ByVal value As Double _
) As Double
 
'Usage
 
Dim value As Double
Dim value As Double
 
value = UnitConverter.InchesToPoints(value)

Parameters

value
The value to be converted to points.

Return Value

A double value represents the corresponding points.
See Also