'Usage Dim points As Double Dim value As Double value = UnitConverter.PointsToCentimeters(points)
Parameters
- points
- The value to be converted to centimeters.
Return Value
A double value represents the corresponding centimeters.
'Usage Dim points As Double Dim value As Double value = UnitConverter.PointsToCentimeters(points)